From 40663f002a309ffa9aff4ca54332d45e4661a229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Dietrich?= Date: Tue, 5 Nov 2024 11:10:37 +0100 Subject: [PATCH] add verylog and octave back --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 87b5e44..ecca993 100644 --- a/Dockerfile +++ b/Dockerfile @@ -214,10 +214,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y lua5.4 #RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gdc ### Verilog -#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iverilog +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iverilog ### VHDL -#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y ghdl +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y ghdl ### Octave RUN DEBIAN_FRONTEND=noninteractive apt-get install -y octave