summaryrefslogtreecommitdiff
path: root/Dockerfile.production
diff options
context:
space:
mode:
authorJan Friedli2020-04-12 15:52:29 +0200
committerJan Friedli2020-05-09 21:25:46 +0200
commit3d89015d6bb284a09614449c61a0e472bcf99167 (patch)
treec50dde33886bf7fb4388d709299ea8db656c11fb /Dockerfile.production
parentf3019b3b3221bbe795d56a433e889f8a9d39c87d (diff)
added ffmpeg to dockerfile
Diffstat (limited to 'Dockerfile.production')
-rw-r--r--Dockerfile.production1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.production b/Dockerfile.production
index 35eb553..0f582d7 100644
--- a/Dockerfile.production
+++ b/Dockerfile.production
@@ -18,6 +18,7 @@ RUN set -x \
18 ca-certificates \ 18 ca-certificates \
19 nginx \ 19 nginx \
20 systemd \ 20 systemd \
21 ffmpeg \
21 mat2 \ 22 mat2 \
22 uwsgi \ 23 uwsgi \
23 uwsgi-plugin-python3 \ 24 uwsgi-plugin-python3 \