Skip to content

Commit

Permalink
refactor(prestashop): remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 11, 2023
1 parent a7ed8af commit b91e90f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/prestashop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down

0 comments on commit b91e90f

Please sign in to comment.