Skip to content

Commit 5be5eaa

Browse files
committed
OpenConceptLab/ocl_issues#897 Adding missing curl
1 parent 2f5ff0b commit 5be5eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN chown -R ocl:ocl /code
2626

2727
WORKDIR $APP_HOME
2828

29-
RUN apk update && apk add --no-cache libpq bash
29+
RUN apk update && apk add --no-cache libpq bash curl
3030
COPY --from=builder /code/wheels /wheels
3131
COPY --from=builder /code/requirements.txt .
3232
RUN pip install --no-cache /wheels/*

0 commit comments

Comments
 (0)