Skip to content

Commit

Permalink
Use mcli from external source to allow building on github
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-smirnov committed Dec 19, 2024
1 parent 81731cd commit c9ad391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9ad391

Please sign in to comment.