Skip to content

Commit

Permalink
removed octave and coq
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Nov 5, 2024
1 parent f016541 commit 5a29aa4
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 @@ -221,10 +221,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iverilog
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y ghdl

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

### COQ
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y coq
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y coq

#############################################################################################
COPY . /coderunner
Expand Down

0 comments on commit 5a29aa4

Please sign in to comment.