mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Don't base Docker libjxl stage on patches
There's nothing the stage uses in it
This commit is contained in:
parent
8b791e77d6
commit
f318aeb67c
1 changed files with 1 additions and 1 deletions
|
@ -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 /
|
||||
|
|
Loading…
Add table
Reference in a new issue