Skip to content

Commit 24413a6

Browse files
committed
[Dockerfile] add file
1 parent 94528fc commit 24413a6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM ubuntu:20.04
2+
3+
WORKDIR /clang-bind
4+
COPY . .
5+
6+
RUN apt-get update -y && apt-get install -y python3-pip libclang-12-dev python3-clang-12
7+
8+
RUN pip install -r requirements.txt
9+
10+
ENTRYPOINT [ "bash" ]

0 commit comments

Comments
 (0)