Skip to content

Commit f810c36

Browse files
committed
fixup! [Dockerfile] add file
1 parent fc7b5cd commit f810c36

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ FROM ubuntu:20.04
33
WORKDIR /clang-bind
44
COPY . .
55

6-
RUN apt-get update && apt-get install -y python3-pip build-essential wget
7-
8-
# Install libclang via development branch on https://apt.llvm.org/
9-
RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -;\
10-
echo 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main' | tee -a /etc/apt/sources.list;\
11-
echo 'deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main' | tee -a /etc/apt/sources.list;\
12-
apt-get install -y libclang-12-dev python3-clang-12
6+
RUN apt-get update -y && apt-get install -y python3-pip libclang-12-dev python3-clang-12
137

148
RUN pip install -r requirements.txt
159

0 commit comments

Comments
 (0)