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