Skip to content

Commit c26c363

Browse files
committed
Update Dockerfile
1 parent 4d8dadc commit c26c363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
FROM php:8.3-cli-alpine as builder
33

44
RUN apk add --no-cache --virtual .build-deps autoconf build-base git \
5-
&& pecl install -o -f redis apcu \
6-
&& docker-php-ext-enable redis apcu opcache \
5+
&& pecl install -o -f redis \
6+
&& docker-php-ext-enable redis \
77
&& rm -rf /tmp/pear
88

99
WORKDIR /app

0 commit comments

Comments
 (0)