Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add libwebp dependency to Dockerfile (#7791)
Browse files Browse the repository at this point in the history
* Add libwebp dependency to Dockerfile

Signed-off-by: Juho Vanhanen <juho@vanhanen.io>
  • Loading branch information
juhovan committed Jul 6, 2020
1 parent 2a266f4 commit d378c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/7791.docker
@@ -0,0 +1 @@
Include libwebp in the Docker file to properly handle webp image uploads.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Expand Up @@ -24,6 +24,7 @@ RUN apk add \
build-base \
libffi-dev \
libjpeg-turbo-dev \
libwebp-dev \
libressl-dev \
libxslt-dev \
linux-headers \
Expand Down Expand Up @@ -61,6 +62,7 @@ FROM docker.io/python:${PYTHON_VERSION}-alpine3.11
RUN apk add --no-cache --virtual .runtime_deps \
libffi \
libjpeg-turbo \
libwebp \
libressl \
libxslt \
libpq \
Expand Down

0 comments on commit d378c3d

Please sign in to comment.