2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00

Install libwebp-dev as part of dockerfile

This commit is contained in:
Oliver Walters
2022-05-15 23:20:12 +10:00
parent 9c1e266628
commit 495798dc98
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ RUN apk -U upgrade
RUN apk add --no-cache git make bash \
gcc libgcc g++ libstdc++ \
gnupg \
libjpeg-turbo libjpeg-turbo-dev jpeg jpeg-dev \
libjpeg-turbo libjpeg-turbo-dev jpeg jpeg-dev libwebp-dev \
libffi libffi-dev \
zlib zlib-dev \
# Special deps for WeasyPrint (these will be deprecated once WeasyPrint drops cairo requirement)