Skip to content

Commit e655b9d

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 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,7 +208,7 @@ 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
215214
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gdc

0 commit comments

Comments
 (0)