move to debian

This commit is contained in:
Robin 2022-03-13 18:09:30 +01:00
parent 69fa839200
commit f6ef74be78

View File

@ -1,5 +1,5 @@
ARG PHP_VERSION=8.1 ARG PHP_VERSION=8.1
FROM php:${PHP_VERSION}-fpm-alpine FROM php:${PHP_VERSION}-fpm-bullseye
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN chmod +x /usr/local/bin/install-php-extensions && \ RUN chmod +x /usr/local/bin/install-php-extensions && \