From b0094caf9ad2f66ef19ad80248a80376253982d4 Mon Sep 17 00:00:00 2001 From: "root (lxc-fetsite-04)" Date: Sat, 17 Oct 2020 22:28:34 +0200 Subject: [PATCH] mariadb connector --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: