Skip to content

Commit

Permalink
Support webp images.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavqrcg authored Mar 5, 2024
1 parent 52b75a7 commit b54bb95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN apt-get update && \

# install php-gd extension
RUN apt-get update && \
apt-get install -y libfreetype6-dev libjpeg62-turbo-dev libpng-dev && \
docker-php-ext-configure gd --with-freetype --with-jpeg && \
apt-get install -y libfreetype6-dev libjpeg62-turbo-dev libpng-dev libwebp-dev && \
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp && \
docker-php-ext-install -j$(nproc) gd

# install php-gmp extension
Expand Down

0 comments on commit b54bb95

Please sign in to comment.