Do not install openssl in the admin container anymore
This commit is contained in:
@@ -5,7 +5,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY requirements-prod.txt requirements.txt
|
COPY requirements-prod.txt requirements.txt
|
||||||
RUN apk --update add --virtual build-dep openssl-dev libffi-dev python-dev build-base \
|
RUN apk --update add --virtual build-dep openssl-dev libffi-dev python-dev build-base \
|
||||||
&& apk add openssl \
|
|
||||||
&& pip install -r requirements.txt \
|
&& pip install -r requirements.txt \
|
||||||
&& apk del build-dep
|
&& apk del build-dep
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user