summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-05-29 16:34:49 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-05-29 16:34:49 +0530
commite9a447250ba9ffd10f94f6f7d970c6da141c185d (patch)
tree1f7cef8b6c5ca783c0e37eae77251ed6e5346e63 /etc
First instantiation of template
Diffstat (limited to 'etc')
-rw-r--r--etc/developer.Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/developer.Dockerfile b/etc/developer.Dockerfile
new file mode 100644
index 0000000..42b52bc
--- /dev/null
+++ b/etc/developer.Dockerfile
@@ -0,0 +1,8 @@
+from guangie88/rustfmt-clippy:nightly
+
+run cargo install hyperfine watchexec
+
+run apt-get update
+run apt-get install -y valgrind
+
+env PATH=$PATH:/root/.cargo/bin