This commit is contained in:
Adrien Beaudouin 2022-09-09 20:45:04 +02:00
parent 902304e09b
commit cbda4ff9cb

View File

@ -2,4 +2,4 @@ FROM php:8.1-fpm-alpine
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions @composer opcache pdo_mysql pdo_pgsql
RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf && install-php-extensions @composer opcache pdo_mysql pdo_pgsql