Skip to content

Commit b86ded5

Browse files
Try with more languages
1 parent 6aae21d commit b86ded5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libffi-dev \
174174
libxml2-dev \
175175
libssl-dev \
176176
zlib1g-dev \
177-
git && \
178-
rm -rf /var/lib/apt/lists/*
177+
git
179178

180179
# Clone the Io language repository with submodules
181180
RUN git clone --recurse-submodules https://github.com/IoLanguage/io.git && \
@@ -209,16 +208,16 @@ RUN git clone --recurse-submodules https://github.com/IoLanguage/io.git && \
209208

210209

211210
### Lua
212-
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y lua5.4
211+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y lua5.4
213212

214213
### D
215-
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gdc
214+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gdc
216215

217216
### Verilog
218-
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iverilog
217+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y iverilog
219218

220219
### VHDL
221-
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y ghdl
220+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y ghdl
222221

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

0 commit comments

Comments
 (0)