Do not install openssl in the admin container anymore

master
kaiyou 7 years ago
parent 870c7dbe5c
commit 87cbeacecd

@ -5,7 +5,6 @@ WORKDIR /app
COPY requirements-prod.txt requirements.txt
RUN apk --update add --virtual build-dep openssl-dev libffi-dev python-dev build-base \
&& apk add openssl \
&& pip install -r requirements.txt \
&& apk del build-dep

Loading…
Cancel
Save