From c9ad3916fd8e95c57de73e46278f067c380b9154 Mon Sep 17 00:00:00 2001 From: Artyom Smirnov Date: Thu, 19 Dec 2024 15:45:45 +0300 Subject: [PATCH] Use mcli from external source to allow building on github --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe74db4..9cd8f04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN echo 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-19 main' > /etc/ap RUN apt update RUN apt install -y clang-tidy-19 -RUN curl -o mcli.deb http://minio.red-soft.biz/3rdparty/minio/mcli_20230216192011.0.0_amd64.deb && dpkg -i mcli.deb && rm mcli.deb +RUN curl -o mcli.deb https://dl.min.io/client/mc/release/linux-amd64/archive/mcli_20230216192011.0.0_amd64.deb && dpkg -i mcli.deb && rm mcli.deb RUN virtualenv /codechecker RUN /codechecker/bin/python3 -m pip install codechecker==6.24.4