Sfoglia il codice sorgente

add php pdo modules

ksieren 3 anni fa
parent
commit
47daeda46c
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 \