We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c3f1d commit aa2feb4Copy full SHA for aa2feb4
Dockerfile
@@ -1,6 +1,6 @@
1
FROM ubuntu:22.04 AS base
2
RUN apt-get update
3
-RUN apt-get -y install wget build-essential cmake git software-properties-common
+RUN apt-get -y install wget build-essential cmake git software-properties-common curl zip unzip tar
4
5
FROM base AS clang_setup
6
RUN wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
0 commit comments