From 23fe4c84df252dfa621a3a21a91a20eb09cef557 Mon Sep 17 00:00:00 2001 From: tms Date: Fri, 22 Sep 2023 22:22:15 +0200 Subject: [PATCH] Issue 2 fix, possible lack of PDO libraries --- omeka-s-docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omeka-s-docker/Dockerfile b/omeka-s-docker/Dockerfile index 6f82ab6..ed72dc4 100644 --- a/omeka-s-docker/Dockerfile +++ b/omeka-s-docker/Dockerfile @@ -11,7 +11,7 @@ RUN apk --update add ca-certificates #RUN echo "https://dl.bintray.com/php-alpine/v3.11/php-7.4" >> /etc/apk/repositories # Install packages -RUN apk --no-cache add php82 php82-fpm php82-opcache php82-openssl php82-curl \ +RUN apk --no-cache add php82 php82-fpm php82-opcache php82-openssl php82-curl php82-pdo php82-pdo_mysql\ nginx supervisor curl unzip # https://github.com/codecasts/php-alpine/issues/21