File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ USER root
44SHELL [ "/bin/bash" , "-c" ]
55
66ADD llvm-snapshot.gpg.key.asc /etc/apt/trusted.gpg.d/llvm-snapshot.asc
7- ADD llvm-toolchain.list /etc/apt/sources.list.d/llvm-toolchain.list
87RUN export DEBIAN_FRONTEND=noninteractive; \
98 echo "deb http://apt.llvm.org/$(lsb_release -cs)/ llvm-toolchain-$(lsb_release -cs)-20 main" >> /etc/apt/sources.list \
109 && apt-get -qq update && apt-get -qq install --no-install-recommends \
@@ -20,17 +19,16 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
2019 gcc-14 \
2120 gdb \
2221 git \
23- lldb-19 \
24- llvm-19 \
22+ llvm-dap-20 \
2523 ninja-build \
2624 pipx \
2725 pkg-config \
2826 python3 \
27+ python3-dev \
2928 python3-doc \
3029 python3-pip \
31- python3-venv \
32- python3-dev \
3330 python3-tk \
31+ python3-venv \
3432 tar \
3533 unzip \
3634 zip \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments