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

Add libwebp dependency to Dockerfile #7791

Merged
merged 3 commits into from Jul 6, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/7791.docker
@@ -0,0 +1 @@
Add libwebp so we can handle webp images.
juhovan marked this conversation as resolved.
Show resolved Hide resolved
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