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 10f51f7 commit a0717f4Copy full SHA for a0717f4
1 file changed
Dockerfile
@@ -1,6 +1,8 @@
1
-FROM php:8.3-cli-alpine
+FROM php:8.4-cli-alpine
2
3
-RUN apk add --no-cache bash git openssh-client rsync
+RUN apk add --no-cache bash git openssh-client rsync zip unzip libzip-dev \
4
+
5
+RUN docker-php-ext-install mbstring mcrypt pcntl sockets curl zip
6
7
COPY --chmod=755 deployer.phar /bin/dep
8
0 commit comments