aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/docker/Dockerfile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-10 21:06:31 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-10 21:06:31 +0200
commitf21f8ed249030032f4b0a99c0fcd7e210ddb2e1b (patch)
tree6edc3fe2c6cdedf190a72352c4706df399358206 /scripts/docker/Dockerfile
parent817aea90deff7f381bf50d0cb7cbfc96c1c9ea7f (diff)
downloadvericert-f21f8ed249030032f4b0a99c0fcd7e210ddb2e1b.tar.gz
vericert-f21f8ed249030032f4b0a99c0fcd7e210ddb2e1b.zip
Add more documentation and clean up benchmarks
Diffstat (limited to 'scripts/docker/Dockerfile')
-rw-r--r--scripts/docker/Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile
index 3e9d4ff..9612938 100644
--- a/scripts/docker/Dockerfile
+++ b/scripts/docker/Dockerfile
@@ -2,3 +2,12 @@ FROM nixos/nix
RUN nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
RUN nix-channel --update
+
+RUN nix-env -i yosys git tmux vim gcc iverilog
+
+RUN git clone --recursive https://github.com/ymherklotz/vericert
+
+WORKDIR /vericert
+RUN git checkout -b oopsla21
+RUN nix-shell --run "make -j7"
+RUN nix-shell --run "make install"