We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19b2c8 commit 40663f0Copy full SHA for 40663f0
Dockerfile
@@ -214,10 +214,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y lua5.4
214
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gdc
215
216
### Verilog
217
-#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iverilog
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iverilog
218
219
### VHDL
220
-#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y ghdl
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y ghdl
221
222
### Octave
223
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y octave
0 commit comments