From 5c2062311462460cb4bd9458ca722e94847f98f4 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 1 Oct 2024 08:59:13 +1000 Subject: [PATCH] Do not install imagequant twice --- alpine/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index ff8e95d3..e86f710f 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -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