0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 18:35:08 +01:00

Update Dockerfile-debian.template

This commit is contained in:
Martin Monperrus 2020-03-09 17:35:42 +00:00 committed by GitHub
parent f42bb88f33
commit c6b8b57ba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ RUN set -ex; \
pdo_pgsql \
zip \
gmp \
oauth \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
@ -98,8 +99,6 @@ RUN { \
\
echo 'apc.enable_cli=1' >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini; \
\
echo 'extension=oauth.so' >> /usr/local/etc/php/conf.d/oauth.ini; \
\
echo 'memory_limit=512M' > /usr/local/etc/php/conf.d/memory-limit.ini; \
\
mkdir /var/www/data; \