aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-14 19:58:12 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-14 19:58:12 +0200
commit27952fbbda10139516d54ad9c35b358cf3d1b076 (patch)
tree4bc85a4a9d4918d73b169d2a1f3d87d4118c4489
parentff4fec663cc7e9da0ffb178e835e7bb33199f163 (diff)
downloadverismith-27952fbbda10139516d54ad9c35b358cf3d1b076.tar.gz
verismith-27952fbbda10139516d54ad9c35b358cf3d1b076.zip
Add wget as a dependency
-rw-r--r--scripts/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index 3fa39a3..9788b92 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -3,7 +3,7 @@ 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 cabal-install
+RUN nix-env -i yosys git tmux vim gcc iverilog cabal-install wget
COPY . /verismith