From b91e90f4def9ebda23b560cee048429f015a1eb2 Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Mon, 11 Sep 2023 11:20:04 +0200 Subject: [PATCH] refactor(prestashop): remove unnecessary comment --- images/prestashop/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/images/prestashop/Dockerfile b/images/prestashop/Dockerfile index dd52ed9..1ad3ad8 100644 --- a/images/prestashop/Dockerfile +++ b/images/prestashop/Dockerfile @@ -38,7 +38,6 @@ RUN PHP_VERSION="$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;")" && \ $PHPIZE_DEPS \ && \ # Configure php extensions \ - # if php version < 74 \ if [ "${PHP_VERSION}" -lt "74" ]; then \ docker-php-ext-configure gd \ --with-jpeg-dir=/usr/include/ \