Skip to content

Commit 40663f0

Browse files
add verylog and octave back
1 parent c19b2c8 commit 40663f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y lua5.4
214214
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gdc
215215

216216
### Verilog
217-
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iverilog
217+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iverilog
218218

219219
### VHDL
220-
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y ghdl
220+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y ghdl
221221

222222
### Octave
223223
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y octave

0 commit comments

Comments
 (0)