diff --git a/Dockerfile b/Dockerfile index a682750..a7761b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,10 @@ -ARG PHP_VERSION - FROM php-base AS common LABEL maintainer="ToshY (github.com/ToshY)" COPY --from=ghcr.io/composer/docker:2.8 /usr/bin/composer /usr/local/bin/composer -ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/download/2.7.0/install-php-extensions /usr/local/bin/ +COPY --from=ghcr.io/mlocati/php-extension-installer:2.7 /usr/bin/install-php-extensions /usr/local/bin/ ENV COMPOSER_ALLOW_SUPERUSER=1