Skip to content

Commit a0717f4

Browse files
committed
Update Dockerfile to use PHP 8.4 and install additional extensions
1 parent 10f51f7 commit a0717f4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
FROM php:8.3-cli-alpine
1+
FROM php:8.4-cli-alpine
22

3-
RUN apk add --no-cache bash git openssh-client rsync
3+
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
46

57
COPY --chmod=755 deployer.phar /bin/dep
68

0 commit comments

Comments
 (0)