docker-images/php-fpm-81.dockerfile

6 lines
231 B
Plaintext
Raw Normal View History

2022-06-25 10:38:24 +00:00
FROM php:8.1-fpm-alpine
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
2022-09-09 18:45:04 +00:00
RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf && install-php-extensions @composer opcache pdo_mysql pdo_pgsql