added the compiler

This commit is contained in:
Andrew Segavac
2020-04-13 23:59:01 -06:00
parent 76c539cf5c
commit 084765744c
7 changed files with 321 additions and 16 deletions

View File

@@ -1,3 +1,4 @@
FROM rust:1.39
RUN apt update && apt-get install -y llvm clang
WORKDIR /code