Don't base Docker libjxl stage on patches

There's nothing the stage uses in it
This commit is contained in:
Ilya Fedin 2025-04-02 20:59:25 +00:00 committed by John Preston
parent 8b791e77d6
commit f318aeb67c

View file

@ -249,7 +249,7 @@ RUN git clone -b v1.18.2 --depth=1 {{ GIT }}/strukturag/libheif.git \
&& cd .. \
&& rm -rf libheif
FROM patches AS libjxl
FROM builder AS libjxl
COPY --link --from=lcms2 {{ LibrariesPath }}/lcms2-cache /
COPY --link --from=brotli {{ LibrariesPath }}/brotli-cache /
COPY --link --from=highway {{ LibrariesPath }}/highway-cache /