Parcourir la source

add php pdo modules

ksieren il y a 3 ans
Parent
commit
47daeda46c
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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 \