diff --git a/php/7.2/cli-alpine/Dockerfile b/php/7.2/cli-alpine/Dockerfile index 7f64c7b..d0f5bdc 100644 --- a/php/7.2/cli-alpine/Dockerfile +++ b/php/7.2/cli-alpine/Dockerfile @@ -14,7 +14,8 @@ RUN apk add --no-cache \ libsodium-dev \ mysql-client \ procps \ - zip + zip \ + patch # https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#required-php-extensions # This layer must be run as one, not two - See: https://github.com/docker-library/php/issues/855 diff --git a/php/7.2/fpm-alpine-dolphin/Dockerfile b/php/7.2/fpm-alpine-dolphin/Dockerfile index 9e797df..b54f397 100644 --- a/php/7.2/fpm-alpine-dolphin/Dockerfile +++ b/php/7.2/fpm-alpine-dolphin/Dockerfile @@ -13,7 +13,7 @@ RUN version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;") \ && rm -rf /tmp/blackfire /tmp/blackfire-probe.tar.gz RUN apk add --no-cache \ - openssh patch gnupg git pcre-dev ${PHPIZE_DEPS} \ + openssh gnupg git pcre-dev ${PHPIZE_DEPS} \ && pecl install xdebug-2.9.8 \ && docker-php-ext-enable xdebug \ && apk del pcre-dev ${PHPIZE_DEPS} diff --git a/php/7.2/fpm-alpine/Dockerfile b/php/7.2/fpm-alpine/Dockerfile index ed7bc53..442708a 100644 --- a/php/7.2/fpm-alpine/Dockerfile +++ b/php/7.2/fpm-alpine/Dockerfile @@ -14,7 +14,8 @@ RUN apk add --no-cache \ libsodium-dev \ mysql-client \ procps \ - zip + zip \ + patch # https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#required-php-extensions # This layer must be run as one, not two - See: https://github.com/docker-library/php/issues/855 diff --git a/php/7.3/cli-alpine/Dockerfile b/php/7.3/cli-alpine/Dockerfile index 3c36333..df93f35 100644 --- a/php/7.3/cli-alpine/Dockerfile +++ b/php/7.3/cli-alpine/Dockerfile @@ -14,7 +14,8 @@ RUN apk add --no-cache \ libsodium-dev \ libzip-dev \ mysql-client \ - procps + procps \ + patch # https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#required-php-extensions # This layer must be run as one, not two - See: https://github.com/docker-library/php/issues/855 diff --git a/php/7.3/fpm-alpine-dolphin/Dockerfile b/php/7.3/fpm-alpine-dolphin/Dockerfile index 9285517..6691ce6 100644 --- a/php/7.3/fpm-alpine-dolphin/Dockerfile +++ b/php/7.3/fpm-alpine-dolphin/Dockerfile @@ -11,7 +11,7 @@ RUN version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;") \ && rm -rf /tmp/blackfire /tmp/blackfire-probe.tar.gz RUN apk add --no-cache \ - openssh patch gnupg git pcre-dev ${PHPIZE_DEPS} \ + openssh gnupg git pcre-dev ${PHPIZE_DEPS} \ && pecl install xdebug \ && docker-php-ext-enable xdebug \ && apk del pcre-dev ${PHPIZE_DEPS} diff --git a/php/7.3/fpm-alpine/Dockerfile b/php/7.3/fpm-alpine/Dockerfile index 1000306..bdb55b1 100644 --- a/php/7.3/fpm-alpine/Dockerfile +++ b/php/7.3/fpm-alpine/Dockerfile @@ -14,7 +14,8 @@ RUN apk add --no-cache \ libsodium-dev \ libzip-dev \ mysql-client \ - procps + procps \ + patch # https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#required-php-extensions # This layer must be run as one, not two - See: https://github.com/docker-library/php/issues/855 diff --git a/php/7.4/cli-alpine/Dockerfile b/php/7.4/cli-alpine/Dockerfile index 8a9bc5c..b919014 100644 --- a/php/7.4/cli-alpine/Dockerfile +++ b/php/7.4/cli-alpine/Dockerfile @@ -14,7 +14,8 @@ RUN apk add --no-cache \ libzip-dev \ libsodium-dev \ mysql-client \ - procps + procps \ + patch # https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#required-php-extensions # This layer must be run as one, not two - See: https://github.com/docker-library/php/issues/855 diff --git a/php/7.4/fpm-alpine-dolphin/Dockerfile b/php/7.4/fpm-alpine-dolphin/Dockerfile index 1f60b60..1309ae8 100644 --- a/php/7.4/fpm-alpine-dolphin/Dockerfile +++ b/php/7.4/fpm-alpine-dolphin/Dockerfile @@ -11,7 +11,7 @@ RUN version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;") \ && rm -rf /tmp/blackfire /tmp/blackfire-probe.tar.gz RUN apk add --no-cache \ - openssh patch gnupg git pcre-dev ${PHPIZE_DEPS} \ + openssh gnupg git pcre-dev ${PHPIZE_DEPS} \ && pecl install xdebug \ && docker-php-ext-enable xdebug \ && apk del pcre-dev ${PHPIZE_DEPS} diff --git a/php/7.4/fpm-alpine/Dockerfile b/php/7.4/fpm-alpine/Dockerfile index 957b91a..b347561 100644 --- a/php/7.4/fpm-alpine/Dockerfile +++ b/php/7.4/fpm-alpine/Dockerfile @@ -14,7 +14,8 @@ RUN apk add --no-cache \ libzip-dev \ libsodium-dev \ mysql-client \ - procps + procps \ + patch # https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#required-php-extensions # This layer must be run as one, not two - See: https://github.com/docker-library/php/issues/855 diff --git a/php/8.1/cli-alpine/Dockerfile b/php/8.1/cli-alpine/Dockerfile index 6ed629f..47351b2 100644 --- a/php/8.1/cli-alpine/Dockerfile +++ b/php/8.1/cli-alpine/Dockerfile @@ -14,7 +14,8 @@ RUN apk add --no-cache \ libzip-dev \ libsodium-dev \ mysql-client \ - procps + procps \ + patch # https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#required-php-extensions # This layer must be run as one, not two - See: https://github.com/docker-library/php/issues/855 diff --git a/php/8.1/fpm-alpine-dolphin/Dockerfile b/php/8.1/fpm-alpine-dolphin/Dockerfile index 802e7ac..a92dbdc 100644 --- a/php/8.1/fpm-alpine-dolphin/Dockerfile +++ b/php/8.1/fpm-alpine-dolphin/Dockerfile @@ -11,7 +11,7 @@ RUN version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;") \ && rm -rf /tmp/blackfire /tmp/blackfire-probe.tar.gz RUN apk add --no-cache \ - openssh patch gnupg git pcre-dev ${PHPIZE_DEPS} \ + openssh gnupg git pcre-dev ${PHPIZE_DEPS} \ && pecl install xdebug \ && docker-php-ext-enable xdebug \ && apk del pcre-dev ${PHPIZE_DEPS} diff --git a/php/8.1/fpm-alpine/Dockerfile b/php/8.1/fpm-alpine/Dockerfile index 2b99462..787cd63 100644 --- a/php/8.1/fpm-alpine/Dockerfile +++ b/php/8.1/fpm-alpine/Dockerfile @@ -14,7 +14,8 @@ RUN apk add --no-cache \ libzip-dev \ libsodium-dev \ mysql-client \ - procps + procps \ + patch # https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#required-php-extensions # This layer must be run as one, not two - See: https://github.com/docker-library/php/issues/855