0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00

Runs update.sh

Signed-off-by: Roland Vet <vet.roland@gmail.com>
This commit is contained in:
Roland Vet 2021-04-06 13:35:08 +02:00
parent 0c7ef56635
commit 64f040b44d
18 changed files with 45 additions and 39 deletions

View file

@ -11,10 +11,7 @@ RUN set -ex; \
busybox-static \
libldap-common \
; \
rm -rf /var/lib/apt/lists/*; \
\
mkdir -p /var/spool/cron/crontabs; \
echo '*/5 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data
rm -rf /var/lib/apt/lists/*
# install the PHP extensions we need
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html