summaryrefslogtreecommitdiff
path: root/Dockerfile.production
diff options
context:
space:
mode:
authorJan Friedli2020-05-15 09:19:47 +0200
committerJan Friedli2020-05-15 09:19:47 +0200
commite75d9a7de5a083d983d0d682a48752f48df71eb2 (patch)
tree0a3908c6db0321a4dc62d37c13349fe100457fde /Dockerfile.production
parentd4dead0bae6670250002d098833eac07442cc6c7 (diff)
added missing dependecy rsvg for mat2 in dockerfile
Diffstat (limited to 'Dockerfile.production')
-rw-r--r--Dockerfile.production4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile.production b/Dockerfile.production
index 0f582d7..7381f74 100644
--- a/Dockerfile.production
+++ b/Dockerfile.production
@@ -20,6 +20,10 @@ RUN set -x \
20 systemd \ 20 systemd \
21 ffmpeg \ 21 ffmpeg \
22 mat2 \ 22 mat2 \
23 gir1.2-gdkpixbuf-2.0 \
24 gir1.2-poppler-0.18 \
25 gir1.2-rsvg-2.0 \
26 libimage-exiftool-perl \
23 uwsgi \ 27 uwsgi \
24 uwsgi-plugin-python3 \ 28 uwsgi-plugin-python3 \
25 python3-pip \ 29 python3-pip \