Merge nc volumes
This commit is contained in:
parent
c084dd2a19
commit
de973f6600
2 changed files with 5 additions and 9 deletions
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue