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 &&\ RUN apt-get update &&\
apt-get install -y \ apt-get install -y \
supervisor \ supervisor \
ffmpeg \ ffmpeg \
libmagickcore-6.q16-6-extra &&\ libmagickcore-6.q16-6-extra &&\
apt clean &&\
rm -rf /var/lib/apt/lists/* &&\ rm -rf /var/lib/apt/lists/* &&\
mkdir /var/log/supervisord /var/run/supervisord mkdir /var/log/supervisord /var/run/supervisord