Browse Source

add php pdo modules

ksieren 3 years ago
parent
commit
47daeda46c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -32,6 +32,9 @@ RUN apk --no-cache add \
         php81-mbstring \
         php81-gd \
         php81-mongodb \
+        php81-pdo_mysql \
+        php81-pdo_pgsql \
+        php81-pdo_sqlite \
         nginx \
         runit \
         curl \