Skip to content

Commit 3fde032

Browse files
committed
- add deps for new python libs.
1 parent 8b45c3b commit 3fde032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk update && \
77
apk add supervisor && \
88
apk add --update py2-pip && \
99
apk add --no-cache bash && \
10-
apk add --no-cache --virtual .build-deps bzip2-dev gcc libc-dev
10+
apk add --no-cache --virtual .build-deps bzip2-dev gcc libc-dev libffi-dev openssl-dev python3-dev make
1111

1212
# Copy project sources
1313
COPY . /src

0 commit comments

Comments
 (0)