Use prebuilt LLVM
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,13 +1,6 @@
|
|||||||
FROM ubuntu:24.04
|
FROM silkeh/clang:20
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
RUN apt update -y
|
RUN apt update -y && apt install -y cppcheck
|
||||||
RUN apt install -y cmake curl wget cppcheck
|
|
||||||
|
|
||||||
RUN wget https://apt.llvm.org/llvm.sh && \
|
|
||||||
chmod +x llvm.sh && \
|
|
||||||
./llvm.sh 20
|
|
||||||
|
|
||||||
ADD runchecks.sh /entrypoint.sh
|
ADD runchecks.sh /entrypoint.sh
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user