Skip to content

Commit

Permalink
Dockerfile fails to build #813 (#814)
Browse files Browse the repository at this point in the history
Fixes for docker build issues: Upgrading to libwebp7 to resolve missing package error
  • Loading branch information
pljeff authored Nov 2, 2023
1 parent 381a419 commit 6e3daa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN buildDeps=" \
libgd3 \
libjpeg62-turbo \
libpng16-16 \
libwebp6 \
libwebp7 \
libzip-dev \
locales \
locales-all \
Expand Down

0 comments on commit 6e3daa5

Please sign in to comment.