Do not install openssl in the admin container anymore

This commit is contained in:
kaiyou
2017-09-24 12:05:38 +02:00
parent 870c7dbe5c
commit 87cbeacecd

View File

@@ -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