Skip to content

Commit a3c9f2e

Browse files
committed
fix: remove PHPIZE_DEPS installation from Dockerfile
1 parent 2c86e84 commit a3c9f2e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

deployment/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ RUN apk update \
2626
zlib-dev \
2727
supervisor \
2828
nodejs \
29-
npm \
30-
$PHPIZE_DEPS
29+
npm
3130

3231
# Install PostgreSQL client
3332
RUN apk --update add postgresql17-client --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main

0 commit comments

Comments
 (0)