This commit is contained in:
2020-09-13 17:26:43 +00:00
parent f687aa44cd
commit 242a2e1663
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ COPY ./fet2020 /app
#RUN apk add --no-cache --virtual .build-deps \
# ca-certificates gcc postgresql-dev linux-headers musl-dev \
# libffi-dev jpeg-dev zlib-dev
RUN apk add --no-cache --virtual jpeg-dev zlib-dev libffi-dev
RUN apk add --no-cache --virtual .build-deps jpeg-dev zlib-dev libffi-dev
RUN pip install --upgrade pip
RUN pip install -r requirements.txt