Skip to content

Commit

Permalink
Add missing dependency on php7-curl
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Mar 28, 2024
1 parent 86cc3ef commit 9abe2e3
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,7 +1,7 @@
FROM alpine:3.15

RUN apk --no-cache add php7 php7-mbstring php7-pdo php7-openssl php7-json php7-phar php7-fileinfo \
php7-dom php7-tokenizer php7-xml php7-xmlwriter php7-session php7-pgsql php7-pdo_pgsql php7-fpm \
php7-dom php7-tokenizer php7-xml php7-xmlwriter php7-session php7-pgsql php7-pdo_pgsql php7-fpm php7-curl \

This comment has been minimized.

Copy link
@Herkarl

Herkarl Mar 28, 2024

Member

You couldn't get away from having curl in the end 😛

git zip nginx

RUN php -r 'copy("https://getcomposer.org/installer", "php://stdout");' | \
Expand Down

0 comments on commit 9abe2e3

Please sign in to comment.