We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461b1ae commit 6b74969Copy full SHA for 6b74969
1 file changed
Dockerfile
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
33
34
RUN apt clean && rm -rf /var/lib/apt/lists/*
35
36
-RUN docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath sockets gettext
+RUN docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath sockets gettext apcu
37
# XDEBUG
38
RUN yes | pecl install ${XDEBUG_VERSION}
39
COPY docker-compose/php/docker-php-ext-xdebug.ini $PHP_DIR/conf.d/docker-php-ext-xdebug.ini
0 commit comments