docker-compose.yml fixes

This commit is contained in:
2021-05-04 12:45:31 +01:00
parent 95f2fb8fb0
commit 94a1dd0e01
3 changed files with 36 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
PIP_NO_CACHE_DIR=1
RUN apk update
RUN apk add --no-cache tini bash unrar dcron postgresql-dev gcc python3-dev musl-dev libffi-dev
RUN apk add --no-cache tini bash unrar dcron postgresql-dev gcc python3-dev musl-dev libffi-dev libjpeg
RUN apk add --no-cache --virtual .build-deps mariadb-dev build-base \
&& apk add --virtual .runtime-deps mariadb-connector-c-dev mariadb-connector-c \