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 9df75e4 commit f148284Copy full SHA for f148284
backend/Dockerfile
@@ -5,6 +5,8 @@ COPY requirements.txt run.py /server/
5
RUN apk --no-cache add \
6
python \
7
py-pip \
8
+ libffi-dev \
9
+ openssl-dev \
10
&& apk --update add --virtual build-dependencies gcc python-dev build-base git \
11
&& pip install -r /server/requirements.txt \
12
&& apk del build-dependencies \
0 commit comments