diff --git a/Dockerfile b/Dockerfile index 69786872..3f50442a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN pip install -r requirements.txt FROM tiangolo/uwsgi-nginx:python3.8-alpine -RUN apk add ghostscript-dev +RUN apk add ghostscript-dev mariadb-connector-c COPY --from=builder /opt/venv /opt/venv # Make sure we use the virtualenv: