Skip to content

Commit

Permalink
Dockerfile: Add curl Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
amenk committed Jul 23, 2024
1 parent 0c80061 commit 63f3576
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ EOF

EXPOSE 8000


RUN apk add --no-cache zip php-8.1 php-8.1-intl php-8.1-gd php-8.1-cgi php-8.1-phar php-8.1-iconv php-8.1-mbstring php-8.1-openssl php-8.1-dom
RUN apk add --no-cache zip php-8.1 php-8.1-intl php-8.1-gd php-8.1-cgi php-8.1-phar php-8.1-iconv php-8.1-mbstring php-8.1-openssl php-8.1-dom php-8.1-curl

#ENV LOG_CHANNEL=stderr

Expand Down

0 comments on commit 63f3576

Please sign in to comment.