Add sqlite support

Sqlite3 support added again with pdo
This commit is contained in:
nikurasu 2023-12-22 17:58:21 +01:00
parent 65ceef0130
commit afe31f6132
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271

View file

@ -1,8 +1,8 @@
FROM alpine:3.19.0
ARG ALPINE_PACKAGES="php83-iconv php83-pdo_mysql php83-pdo_pgsql php83-openssl php83-simplexml"
ARG ALPINE_PACKAGES="php83-iconv php83-pdo_sqlite php83-pdo_mysql php83-pdo_pgsql php83-openssl php83-simplexml"
ARG COMPOSER_PACKAGES="aws/aws-sdk-php google/cloud-storage"
ARG PBURL=https://github.com/PrivateBin/PrivateBin/
ARG PBURL=https://dev.cat-enby.club/Nikurasu/docker-nginx-fpm-alpine
ARG RELEASE=1.6.2
ARG UID=65534
ARG GID=82