mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 11:32:27 +08:00
php dependency updates
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
c7a6fbba33
commit
2f4b4cde66
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ RUN set -ex; \
|
|||
apk add --no-cache --virtual .build-deps \
|
||||
autoconf \
|
||||
build-base; \
|
||||
pecl install APCu-5.1.22; \
|
||||
pecl install APCu-5.1.23; \
|
||||
docker-php-ext-enable apcu; \
|
||||
rm -r /tmp/pear; \
|
||||
runDeps="$( \
|
||||
|
|
Loading…
Reference in a new issue