Skip to content

Commit f1fda2e

Browse files
authored
Update Dockerfile
1 parent 42ee952 commit f1fda2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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 curl zip unzip tar pkg-config
3+
RUN apt-get -y install wget build-essential cmake git software-properties-common curl zip unzip tar pkg-config python
44

55
FROM base AS clang_setup
66
RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key| apt-key add -

0 commit comments

Comments
 (0)