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 4dc950c commit f929e47Copy full SHA for f929e47
Dockerfile
@@ -1,6 +1,6 @@
1
FROM php:8.2.13-cli-alpine3.18
2
3
-RUN apk add --no-cache \
+RUN apk add --no-cache $PHPIZE_DEPS \
4
curl \
5
libcurl \
6
wget \
0 commit comments