mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 11:06:09 +02:00
Runs update.sh
Signed-off-by: Roland Vet <vet.roland@gmail.com>
This commit is contained in:
parent
1a22f36b72
commit
47610bb7de
9 changed files with 33 additions and 9 deletions
|
@ -11,7 +11,10 @@ RUN set -ex; \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*; \
|
||||||
|
\
|
||||||
|
touch /usr/local/etc/php/conf.d/redis-session.ini; \
|
||||||
|
chmod o+rw /usr/local/etc/php/conf.d/redis-session.ini;
|
||||||
|
|
||||||
# install the PHP extensions we need
|
# install the PHP extensions we need
|
||||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||||
|
|
|
@ -8,7 +8,9 @@ RUN set -ex; \
|
||||||
rsync \
|
rsync \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
rm /var/spool/cron/crontabs/root
|
rm /var/spool/cron/crontabs/root; \
|
||||||
|
touch /usr/local/etc/php/conf.d/redis-session.ini; \
|
||||||
|
chmod o+rw /usr/local/etc/php/conf.d/redis-session.ini;
|
||||||
|
|
||||||
# install the PHP extensions we need
|
# install the PHP extensions we need
|
||||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||||
|
|
|
@ -11,7 +11,10 @@ RUN set -ex; \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*; \
|
||||||
|
\
|
||||||
|
touch /usr/local/etc/php/conf.d/redis-session.ini; \
|
||||||
|
chmod o+rw /usr/local/etc/php/conf.d/redis-session.ini;
|
||||||
|
|
||||||
# install the PHP extensions we need
|
# install the PHP extensions we need
|
||||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||||
|
|
|
@ -11,7 +11,10 @@ RUN set -ex; \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*; \
|
||||||
|
\
|
||||||
|
touch /usr/local/etc/php/conf.d/redis-session.ini; \
|
||||||
|
chmod o+rw /usr/local/etc/php/conf.d/redis-session.ini;
|
||||||
|
|
||||||
# install the PHP extensions we need
|
# install the PHP extensions we need
|
||||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||||
|
|
|
@ -8,7 +8,9 @@ RUN set -ex; \
|
||||||
rsync \
|
rsync \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
rm /var/spool/cron/crontabs/root
|
rm /var/spool/cron/crontabs/root; \
|
||||||
|
touch /usr/local/etc/php/conf.d/redis-session.ini; \
|
||||||
|
chmod o+rw /usr/local/etc/php/conf.d/redis-session.ini;
|
||||||
|
|
||||||
# install the PHP extensions we need
|
# install the PHP extensions we need
|
||||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||||
|
|
|
@ -11,7 +11,10 @@ RUN set -ex; \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*; \
|
||||||
|
\
|
||||||
|
touch /usr/local/etc/php/conf.d/redis-session.ini; \
|
||||||
|
chmod o+rw /usr/local/etc/php/conf.d/redis-session.ini;
|
||||||
|
|
||||||
# install the PHP extensions we need
|
# install the PHP extensions we need
|
||||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||||
|
|
|
@ -11,7 +11,10 @@ RUN set -ex; \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*; \
|
||||||
|
\
|
||||||
|
touch /usr/local/etc/php/conf.d/redis-session.ini; \
|
||||||
|
chmod o+rw /usr/local/etc/php/conf.d/redis-session.ini;
|
||||||
|
|
||||||
# install the PHP extensions we need
|
# install the PHP extensions we need
|
||||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||||
|
|
|
@ -8,7 +8,9 @@ RUN set -ex; \
|
||||||
rsync \
|
rsync \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
rm /var/spool/cron/crontabs/root
|
rm /var/spool/cron/crontabs/root; \
|
||||||
|
touch /usr/local/etc/php/conf.d/redis-session.ini; \
|
||||||
|
chmod o+rw /usr/local/etc/php/conf.d/redis-session.ini;
|
||||||
|
|
||||||
# install the PHP extensions we need
|
# install the PHP extensions we need
|
||||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||||
|
|
|
@ -11,7 +11,10 @@ RUN set -ex; \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*; \
|
||||||
|
\
|
||||||
|
touch /usr/local/etc/php/conf.d/redis-session.ini; \
|
||||||
|
chmod o+rw /usr/local/etc/php/conf.d/redis-session.ini;
|
||||||
|
|
||||||
# install the PHP extensions we need
|
# install the PHP extensions we need
|
||||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue