more testing deployments

This commit is contained in:
vabene1111 2021-04-05 17:16:26 +02:00
parent 7adc4ad50a
commit c7e20716f5
2 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,7 @@ COPY requirements.txt ./
RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev zlib-dev jpeg-dev libressl-dev libffi-dev cargo && \
python -m venv venv && \
/opt/recipes/venv/bin/python -m pip install --upgrade pip && \
venv/bin/pip install wheel==0.36.2 && \
venv/bin/pip install -r requirements.txt --no-cache-dir &&\
apk --purge del .build-deps

View File

@ -1,4 +1,3 @@
wheel==0.36.2
Django==3.1.7
cryptography==3.4.7
django-annoying==0.10.6