File tree Expand file tree Collapse file tree 7 files changed +14
-7
lines changed
Expand file tree Collapse file tree 7 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2- FROM php:7.2-apache
2+ FROM php:7.2-apache-stretch
3+ # TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
34
45# install the PHP extensions we need
56RUN set -eux; \
Original file line number Diff line number Diff line change 11# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2- FROM php:7.2-fpm
2+ FROM php:7.2-fpm-stretch
3+ # TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
34
45# install the PHP extensions we need
56RUN set -eux; \
Original file line number Diff line number Diff line change 11# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2- FROM php:7.3-apache
2+ FROM php:7.3-apache-stretch
3+ # TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
34
45# install the PHP extensions we need
56RUN set -eux; \
Original file line number Diff line number Diff line change 11# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2- FROM php:7.3-fpm
2+ FROM php:7.3-fpm-stretch
3+ # TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
34
45# install the PHP extensions we need
56RUN set -eux; \
Original file line number Diff line number Diff line change 11# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2- FROM php:7.3-apache
2+ FROM php:7.3-apache-stretch
3+ # TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
34
45# install the PHP extensions we need
56RUN set -eux; \
Original file line number Diff line number Diff line change 11# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2- FROM php:7.3-fpm
2+ FROM php:7.3-fpm-stretch
3+ # TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
34
45# install the PHP extensions we need
56RUN set -eux; \
Original file line number Diff line number Diff line change 11# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2- FROM php:%%PHP_VERSION%%-%%VARIANT%%
2+ FROM php:%%PHP_VERSION%%-%%VARIANT%%-stretch
3+ # TODO switch to buster once https://github.com/docker-library/php/issues/865 is resolved in a clean way (either in the PHP image or in PHP itself)
34
45# install the PHP extensions we need
56RUN set -eux; \
You can’t perform that action at this time.
0 commit comments