Skip to content

Commit

Permalink
Merge pull request #218 from radarhere/alpine
Browse files Browse the repository at this point in the history
Do not install imagequant twice in Alpine
  • Loading branch information
hugovk authored Oct 1, 2024
2 parents 4f6ddab + 5c20623 commit 93700aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ RUN apk --no-cache add \
ADD depends /depends
RUN cd /depends \
&& ./install_webp.sh \
&& ./install_imagequant.sh \
&& ./install_raqm.sh

ARG PIP_DISABLE_PIP_VERSION_CHECK=1
Expand Down

0 comments on commit 93700aa

Please sign in to comment.