Skip to content

Commit

Permalink
add verylog and octave back
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Nov 5, 2024
1 parent c19b2c8 commit 40663f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40663f0

Please sign in to comment.