aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"