Merge nc volumes

This commit is contained in:
Hattshire 2023-10-05 06:34:56 +00:00
parent c084dd2a19
commit de973f6600
2 changed files with 5 additions and 9 deletions

View file

@ -1,5 +1,5 @@
FROM nextcloud:25.0
RUN echo "*/5 * * * * php -f /var/www/nextcloud/occ preview:pre-generate">> /var/spool/cron/crontabs/www-data
RUN apt-get update && apt-get install -y ffmpeg imagemagick \
RUN apt-get update && apt-get install --no-install-recommends -y ffmpeg imagemagick && apt remove gcc -y && apt autoremove -y \
&& rm -rf /var/lib/apt/lists/*