From f318aeb67c351ea2bbb2ab99fa87da6f3be70a01 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Wed, 2 Apr 2025 20:59:25 +0000 Subject: [PATCH] Don't base Docker libjxl stage on patches There's nothing the stage uses in it --- Telegram/build/docker/centos_env/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index b96cda0bb6..c83af157dc 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -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 /