Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-cpp authored Apr 20, 2024
1 parent 42ee952 commit f1fda2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04 AS base
RUN apt-get update
RUN apt-get -y install wget build-essential cmake git software-properties-common curl zip unzip tar pkg-config
RUN apt-get -y install wget build-essential cmake git software-properties-common curl zip unzip tar pkg-config python

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

0 comments on commit f1fda2e

Please sign in to comment.