Skip to content

Commit 93969d5

Browse files
Revert "Install apcu from source"
This reverts commit 4c901b1.
1 parent 4c901b1 commit 93969d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

php-83/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,8 @@ RUN set -xe; \
483483

484484

485485
# Install extensions
486-
RUN git clone https://github.com/krakjoe/apcu.git \
487-
&& cd apcu && git reset --hard 3299efc0987499d468693a3aa5c7e9d5548c4525 \
488-
&& phpize && ./configure && make && make install && cd ../ && rm -rf apcu
486+
# We can install extensions manually or using `pecl`
487+
RUN pecl install APCu
489488

490489

491490
# ---------------------------------------------------------------

0 commit comments

Comments
 (0)