This commit is contained in:
Jarno Rankinen 2022-10-11 08:12:38 +03:00
parent 3f024be466
commit 91a884043a
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
FROM docker.io/library/nextcloud:24.0.5
FROM docker.io/library/nextcloud:24.0.6
RUN apt-get update &&\
apt-get install -y \
supervisor \
ffmpeg \
libmagickcore-6.q16-6-extra &&\
apt clean &&\
rm -rf /var/lib/apt/lists/* &&\
mkdir /var/log/supervisord /var/run/supervisord