Skip to content
Snippets Groups Projects
Unverified Commit d378c3da authored by Juho Vanhanen's avatar Juho Vanhanen Committed by GitHub
Browse files

Add libwebp dependency to Dockerfile (#7791)


* Add libwebp dependency to Dockerfile

Signed-off-by: default avatarJuho Vanhanen <juho@vanhanen.io>
parent 2a266f45
No related branches found
No related tags found
No related merge requests found
Include libwebp in the Docker file to properly handle webp image uploads.
......@@ -24,6 +24,7 @@ RUN apk add \
build-base \
libffi-dev \
libjpeg-turbo-dev \
libwebp-dev \
libressl-dev \
libxslt-dev \
linux-headers \
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment