Skip to content

Commit f929e47

Browse files
authored
Update Dockerfile
1 parent 4dc950c commit f929e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.2.13-cli-alpine3.18
22

3-
RUN apk add --no-cache \
3+
RUN apk add --no-cache $PHPIZE_DEPS \
44
curl \
55
libcurl \
66
wget \

0 commit comments

Comments
 (0)