File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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
181180RUN 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
You can’t perform that action at this time.
0 commit comments