Skip to content

Commit b9e1bbd

Browse files
committed
more docker
1 parent 4e98f83 commit b9e1bbd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/ubuntu24.04/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM ubuntu:24.04
22
ARG llvmver=21
33

44
RUN apt update && \
5-
apt-get install -y software-properties-common gnupg apt-transport-https ca-certificates
5+
apt-get install -y software-properties-common gnupg apt-transport-https ca-certificates wget
66

7-
RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - && \
8-
sudo add-apt-repository "deb http://apt.llvm.org/noble/ llvm-toolchain-noble main"
7+
RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
8+
add-apt-repository "deb http://apt.llvm.org/noble/ llvm-toolchain-noble main"
99

1010
RUN apt update && \
1111
apt-get install -y ca-certificates build-essential clang-$llvmver libc++-$llvmver-dev libc++abi-$llvmver-dev libunwind-$llvmver-dev && \
-2.18 KB
Binary file not shown.

0 commit comments

Comments
 (0)