diff --git a/Dockerfile b/Dockerfile index 19d480e..9b55a3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ RUN \ php83-intl \ php83-ldap \ php83-opcache \ + php83-pdo \ + php83-pdo_sqlite \ php83-pecl-apcu \ php83-pecl-yaml \ php83-redis \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 578f0fb..361452a 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -18,6 +18,8 @@ RUN \ php83-intl \ php83-ldap \ php83-opcache \ + php83-pdo \ + php83-pdo_sqlite \ php83-pecl-apcu \ php83-pecl-yaml \ php83-redis \ diff --git a/readme-vars.yml b/readme-vars.yml index 6871437..96724b7 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -86,6 +86,7 @@ init_diagram: | "grav:latest" <- Base Images # changelog changelogs: + - {date: "11.10.25:", desc: "Add php83-pdo and php83-pdo_sqlite"} - {date: "19.06.24:", desc: "Rebase to Alpine 3.20. Symlink robots.txt to /config. Existing users should update their nginx confs to avoid http2 deprecation warnings."} - {date: "06.03.24:", desc: "Add brotli to nginx."} - {date: "06.03.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf."}