Skip to content

Commit aa2feb4

Browse files
authored
Add VCPKG deps
1 parent 94c3f1d commit aa2feb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:22.04 AS base
22
RUN apt-get update
3-
RUN apt-get -y install wget build-essential cmake git software-properties-common
3+
RUN apt-get -y install wget build-essential cmake git software-properties-common curl zip unzip tar
44

55
FROM base AS clang_setup
66
RUN wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc

0 commit comments

Comments
 (0)