Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#897 Adding missing curl
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Aug 31, 2021
1 parent 2f5ff0b commit 5be5eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN chown -R ocl:ocl /code

WORKDIR $APP_HOME

RUN apk update && apk add --no-cache libpq bash
RUN apk update && apk add --no-cache libpq bash curl
COPY --from=builder /code/wheels /wheels
COPY --from=builder /code/requirements.txt .
RUN pip install --no-cache /wheels/*
Expand Down

0 comments on commit 5be5eaa

Please sign in to comment.