Skip to content

Commit f148284

Browse files
author
Ankur Srivastava
committed
updated openssl
1 parent 9df75e4 commit f148284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ COPY requirements.txt run.py /server/
55
RUN apk --no-cache add \
66
python \
77
py-pip \
8+
libffi-dev \
9+
openssl-dev \
810
&& apk --update add --virtual build-dependencies gcc python-dev build-base git \
911
&& pip install -r /server/requirements.txt \
1012
&& apk del build-dependencies \

0 commit comments

Comments
 (0)