Skip to content

Commit 6b74969

Browse files
committed
chore: add apcu to dev docker
1 parent 461b1ae commit 6b74969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
3333

3434
RUN apt clean && rm -rf /var/lib/apt/lists/*
3535

36-
RUN docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath sockets gettext
36+
RUN docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath sockets gettext apcu
3737
# XDEBUG
3838
RUN yes | pecl install ${XDEBUG_VERSION}
3939
COPY docker-compose/php/docker-php-ext-xdebug.ini $PHP_DIR/conf.d/docker-php-ext-xdebug.ini

0 commit comments

Comments
 (0)