aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-14 20:02:06 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-14 20:02:06 +0200
commitaea37a788977ecc8cee811372d7f2a41b878e1e6 (patch)
tree849061a7124761f8384f41e498eb87c73bb4c922
parent27952fbbda10139516d54ad9c35b358cf3d1b076 (diff)
downloadverismith-aea37a788977ecc8cee811372d7f2a41b878e1e6.tar.gz
verismith-aea37a788977ecc8cee811372d7f2a41b878e1e6.zip
Add a cabal update to the Dockerfile
-rw-r--r--scripts/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index 9788b92..c482168 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -8,4 +8,4 @@ RUN nix-env -i yosys git tmux vim gcc iverilog cabal-install wget
COPY . /verismith
WORKDIR /verismith
-RUN nix-shell --run "true"
+RUN nix-shell --run "cabal update"