add gallery app

This commit is contained in:
Sebastian Hugentobler 2018-02-01 11:53:53 +01:00
parent d3959f3de6
commit 34281fbb77
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ RUN apk add --no-cache \
nextcloud-files_texteditor \
nextcloud-files_pdfviewer \
nextcloud-theming \
nextcloud-gallery \
nextcloud-pgsql \
php7-opcache \
php7-pcntl \

View File

@ -22,6 +22,7 @@ if [ ! -f /var/lib/nextcloud/data/.installed ]; then
s6-setuidgid nginx ./occ app:enable files_texteditor
s6-setuidgid nginx ./occ app:enable files_pdfviewer
s6-setuidgid nginx ./occ app:enable theming
s6-setuidgid nginx ./occ app:enable gallery
touch /var/lib/nextcloud/data/.installed
fi