Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster authored Apr 14, 2024
1 parent 4dc950c commit f929e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.2.13-cli-alpine3.18

RUN apk add --no-cache \
RUN apk add --no-cache $PHPIZE_DEPS \
curl \
libcurl \
wget \
Expand Down

0 comments on commit f929e47

Please sign in to comment.