Skip to content

Commit

Permalink
Revert "Install apcu from source"
Browse files Browse the repository at this point in the history
This reverts commit ba61cbb.
  • Loading branch information
GrahamCampbell committed Sep 22, 2024
1 parent ba61cbb commit 1c93fb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions php-84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -487,9 +487,7 @@ RUN set -xe; \

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


# ---------------------------------------------------------------
Expand Down

0 comments on commit 1c93fb7

Please sign in to comment.