Add pgsql and mysql to development as well

This commit is contained in:
KodeStar
2022-11-13 21:07:23 +00:00
committed by GitHub
parent 05fecdd442
commit 7a91906018

View File

@@ -15,7 +15,9 @@ RUN \
apk add --no-cache \
curl \
php7-ctype \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-pdo_mysql \
php7-tokenizer \
php7-zip && \
echo "**** install heimdall ****" && \