Skip to content

Commit fccfaa9

Browse files
author
Ankur Srivastava
committed
moved libraries to build dependencies
1 parent f148284 commit fccfaa9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ COPY requirements.txt run.py /server/
55
RUN apk --no-cache add \
66
python \
77
py-pip \
8-
libffi-dev \
9-
openssl-dev \
10-
&& apk --update add --virtual build-dependencies gcc python-dev build-base git \
8+
&& apk --update add --virtual build-dependencies gcc python-dev libffi-dev openssl-dev build-base git \
119
&& pip install -r /server/requirements.txt \
1210
&& apk del build-dependencies \
1311
&& adduser -D app \

0 commit comments

Comments
 (0)