maybe fixed container build

This commit is contained in:
vabene1111 2021-01-28 15:19:12 +01:00
parent 6192277778
commit a112824578

View File

@ -9,7 +9,7 @@ WORKDIR /opt/recipes
COPY . ./
RUN chmod +x boot.sh
RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev zlib-dev jpeg-dev && \
RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev zlib-dev jpeg-dev libressl-dev libffi-dev && \
python -m venv venv && \
venv/bin/pip install -r requirements.txt --no-cache-dir &&\
apk --purge del .build-deps