We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b45c3b commit 3fde032Copy full SHA for 3fde032
Dockerfile
@@ -7,7 +7,7 @@ RUN apk update && \
7
apk add supervisor && \
8
apk add --update py2-pip && \
9
apk add --no-cache bash && \
10
- apk add --no-cache --virtual .build-deps bzip2-dev gcc libc-dev
+ apk add --no-cache --virtual .build-deps bzip2-dev gcc libc-dev libffi-dev openssl-dev python3-dev make
11
12
# Copy project sources
13
COPY . /src
0 commit comments