From 27952fbbda10139516d54ad9c35b358cf3d1b076 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 14 Jul 2021 19:58:12 +0200 Subject: Add wget as a dependency --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit