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 \ ca-certificates \ nginx \ systemd \ + ffmpeg \ mat2 \ uwsgi \ uwsgi-plugin-python3 \ diff --git a/README.md b/README.md index 9d59bef..04b863f 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ This does mount the upload folder as tmpfs and servers the app on `localhost:818 ##### Podman Build: `podman build -f Dockerfile.production -t matweb-podman .` -Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges,seccomp=./config/seccomp.json matweb-podman:latest` +Run: `podman run -ti -p8181:8080 --read-only --tmpfs /tmp --tmpfs /run/uwsgi --tmpfs=/app/upload --security-opt=no-new-privileges --security-opt=seccomp=./config/seccomp.json matweb-podman:latest` # Configuration