File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,9 @@ RUN apt-get update && apt-get install $APT_ARGS \
114114 valgrind \
115115 wine-stable \
116116 wine64 \
117- xorriso
117+ xorriso \
118+ && rm -rf /var/lib/apt/lists/*
119+
118120
119121ARG CPPCHECK_VERSION=2.10
120122RUN curl -sL "https://github.com/danmar/cppcheck/archive/${CPPCHECK_VERSION}.tar.gz" | tar -xvzf - --directory /tmp/
@@ -138,20 +140,6 @@ RUN \
138140 update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix; \
139141 exit 0
140142
141- ARG LLVM_VERSION=15
142- # Setup Clang+LLVM support
143- RUN apt-get update && apt-get install $APT_ARGS \
144- lsb-release \
145- software-properties-common \
146- gnupg \
147- && rm -rf /var/lib/apt/lists/*
148-
149- RUN cd /tmp && \
150- wget https://apt.llvm.org/llvm.sh && \
151- chmod +x llvm.sh && \
152- /tmp/llvm.sh ${LLVM_VERSION} && \
153- rm -rf /tmp/llvm.sh
154-
155143RUN \
156144 mkdir -p /src/dash && \
157145 mkdir -p /cache/ccache && \
You can’t perform that action at this time.
0 commit comments