Skip to content

Commit

Permalink
Add sqlite in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
amenk committed Jan 5, 2025
1 parent d11964c commit b88f940
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
Expand Up @@ -61,7 +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 php-8.1-curl php-8.1-simplexml curl
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 php-8.1-simplexml php-8.1-pdo php-8.1-pdo_sqlite curl

#ENV LOG_CHANNEL=stderr

Expand Down

0 comments on commit b88f940

Please sign in to comment.