barrel: Add APCU caching

This commit is contained in:
Tom Wiesing 2021-12-06 10:39:14 +01:00
parent 29923650e5
commit 279d683c3b
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -42,7 +42,9 @@ RUN apt-get update && apt-get install -y \
xmlrpc \
&& \
pecl install ssh2-1.2 && \
pecl install apcu && \
docker-php-ext-enable \
apcu \
curl \
gd \
intl \