This commit is contained in:
2021-04-26 20:23:45 +02:00
parent eb8380fa5b
commit 87ac211e03
4 changed files with 24 additions and 11 deletions

View File

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