diff --git a/aap/Dockerfile b/aap/Dockerfile index c22a6f4..d51edfb 100644 --- a/aap/Dockerfile +++ b/aap/Dockerfile @@ -21,6 +21,9 @@ RUN apk add --update --no-cache \ php7-opcache \ php7-openssl \ php7-posix \ + php7-pdo \ + php7-pdo_mysql \ + php7-pdo_sqlite \ php7-session \ php7-simplexml \ php7-xml \