We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c901b1 commit 93969d5Copy full SHA for 93969d5
php-83/Dockerfile
@@ -483,9 +483,8 @@ RUN set -xe; \
483
484
485
# 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
+# We can install extensions manually or using `pecl`
+RUN pecl install APCu
489
490
491
# ---------------------------------------------------------------
0 commit comments