Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 committed Sep 12, 2024
1 parent 9081229 commit 20ef53d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,11 @@ RUN set -ex; \
$PHPIZE_DEPS \
freetype-dev \
icu-dev \
imagemagick-dev \
imagemagick-dev libheif-dev \
libavif-dev \
libjpeg-turbo-dev \
libpng-dev \
libwebp-dev \
libheif-dev \
libavif-dev \
libzip-dev \
; \
{{ ) else ( -}}
Expand All @@ -72,10 +71,10 @@ RUN set -ex; \
{{ ) end -}}
\
docker-php-ext-configure gd \
--with-avif \
--with-freetype \
--with-jpeg \
--with-webp \
--with-avif \
; \
docker-php-ext-install -j "$(nproc)" \
bcmath \
Expand Down

0 comments on commit 20ef53d

Please sign in to comment.