|
|
|
|
@ -12,7 +12,7 @@ RUN set -ex; \
|
|
|
|
|
echo '*/15 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data
|
|
|
|
|
|
|
|
|
|
# install the PHP extensions we need
|
|
|
|
|
# see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
|
|
|
|
|
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
|
|
|
|
RUN set -ex; \
|
|
|
|
|
\
|
|
|
|
|
apk add --no-cache --virtual .build-deps \
|
|
|
|
|
|