Skip to content

Commit

Permalink
Revert "Add AVIF support for gd"
Browse files Browse the repository at this point in the history
This reverts commit f4b26ea.
  • Loading branch information
patrikjuvonen committed Dec 30, 2024
1 parent ad1b45b commit d4d8e8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ Pin-Priority: 1001\n" > /etc/apt/preferences.d/nginx; \
# Install build dependencies to compile PHP extensions
apt-get install -y --no-install-recommends \
# gd
libavif-dev \
libfreetype6-dev \
libjpeg-dev \
libpng-dev \
Expand All @@ -145,7 +144,6 @@ Pin-Priority: 1001\n" > /etc/apt/preferences.d/nginx; \
\
# Configure PHP GD extension
docker-php-ext-configure gd \
--with-avif \
--with-freetype \
--with-jpeg \
--with-webp \
Expand Down

0 comments on commit d4d8e8f

Please sign in to comment.