File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV HOME="/root"
1010RUN apt-get update && apt-get install -y apt-transport-https ca-certificates apt-utils
1111
1212# Install the basic build essentials
13- COPY ./sources.list /etc/apt/
13+ # COPY ./sources.list /etc/apt/
1414RUN apt-get update && \
1515 apt-get install -y \
1616 binutils \
@@ -60,7 +60,8 @@ RUN wget https://apt.llvm.org/llvm.sh && \
6060 /bin/bash ./llvm.sh 17 && \
6161 update-alternatives --install /usr/bin/clang clang /usr/bin/clang-17 1 && \
6262 update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-17 1 && \
63- update-alternatives --install /usr/bin/lldb lldb /usr/bin/lldb-17 1
63+ update-alternatives --install /usr/bin/lldb lldb /usr/bin/lldb-17 1 && \
64+ rm llvm.sh
6465
6566# Install clang tools
6667RUN apt-get install -y clang-tools clang-format clang-tidy
You can’t perform that action at this time.
0 commit comments