From 70216f0c229e409c05347cfdb2091c36acc1e58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Novomesk=C3=BD?= Date: Thu, 30 Jan 2025 10:26:38 +0100 Subject: [PATCH] kimageformats: fix build --- projects/kimageformats/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/kimageformats/Dockerfile b/projects/kimageformats/Dockerfile index 72aa8d01d114..29d7771cf1f2 100644 --- a/projects/kimageformats/Dockerfile +++ b/projects/kimageformats/Dockerfile @@ -17,7 +17,7 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install --yes cmake make autoconf automake autopoint libtool wget po4a ninja-build pkgconf RUN git clone --depth 1 https://github.com/madler/zlib.git -RUN git clone --depth 1 https://github.com/facebook/zstd.git +RUN git clone --depth 1 -b v1.5.6 https://github.com/facebook/zstd.git RUN git clone --depth 1 https://github.com/nih-at/libzip.git RUN wget https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz RUN git clone https://github.com/tukaani-project/xz.git