Skip to content

Commit 03ebd7b

Browse files
committed
add dockerfile
1 parent 1dc24db commit 03ebd7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM rust:1.49.0
2+
RUN apt update
3+
RUN apt install -y cmake libclang-dev libc++-dev gcc-multilib
4+
WORKDIR /app

0 commit comments

Comments
 (0)