Skip to content

Commit deec75d

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM php:8.4-cli-alpine
1+
FROM php:8.5-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)