Skip to content

Commit 1c93fb7

Browse files
Revert "Install apcu from source"
This reverts commit ba61cbb.
1 parent ba61cbb commit 1c93fb7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

php-84/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,7 @@ RUN set -xe; \
487487

488488
# Install extensions
489489
# We can install extensions manually or using `pecl`
490-
RUN git clone https://github.com/krakjoe/apcu.git \
491-
&& cd apcu && git reset --hard 3299efc0987499d468693a3aa5c7e9d5548c4525 \
492-
&& phpize && ./configure && make && make install && cd ../ && rm -rf apcu
490+
RUN pecl install APCu
493491

494492

495493
# ---------------------------------------------------------------

0 commit comments

Comments
 (0)