Skip to content

Commit

Permalink
fix: remove apcu_bc from PHP 8 CLI image
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed May 7, 2024
1 parent 7701b13 commit a935977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM ghcr.io/dvsa/dvsa-docker-images/php/8.0/cli:0 AS cli
USER root

RUN apk add --no-cache pcre-dev~=8.45 $PHPIZE_DEPS \
&& pecl install igbinary apcu_bc apcu \
&& pecl install igbinary apcu \
&& pecl install -D "enable-redis-igbinary='yes' enable-redis-lzf='no' enable-redis-zstd='no'" redis \
&& docker-php-ext-enable igbinary apcu redis \
&& apk del pcre-dev $PHPIZE_DEPS
Expand Down

0 comments on commit a935977

Please sign in to comment.