enable apcu on cli

This commit is contained in:
Sebastian Hugentobler 2019-03-17 18:22:10 +01:00
parent e78e56586c
commit de212a710b
3 changed files with 4 additions and 0 deletions

View file

@ -40,6 +40,7 @@ RUN apk add --no-cache \
nginx \
ffmpeg \
php7-cli \
php7-pecl-apcu \
php7-opcache \
php7-pcntl \
php7-imagick \