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:
parent
f42bb88f33
commit
c6b8b57ba4
1 changed files with 1 additions and 2 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Reference in a new issue