more testing deployments
This commit is contained in:
parent
7adc4ad50a
commit
c7e20716f5
@ -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
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
wheel==0.36.2
|
||||
Django==3.1.7
|
||||
cryptography==3.4.7
|
||||
django-annoying==0.10.6
|
||||
|
Loading…
Reference in New Issue
Block a user