Skip to content

Commit 1004824

Browse files
committed
Update docker image due to missing/depracated dependencies
1 parent 674407d commit 1004824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

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

3-
RUN apk add --no-cache bash git openssh-client rsync zip unzip libzip-dev \
3+
RUN apk update && apk add --no-cache linux-headers bash git openssh-client rsync zip unzip libzip-dev curl-dev
44

5-
RUN docker-php-ext-install mbstring mcrypt pcntl sockets curl zip
5+
RUN docker-php-ext-install pcntl sockets curl zip
66

77
COPY --chmod=755 deployer.phar /bin/dep
88

0 commit comments

Comments
 (0)