We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aae21d commit e655b9dCopy full SHA for e655b9d
Dockerfile
@@ -174,8 +174,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libffi-dev \
174
libxml2-dev \
175
libssl-dev \
176
zlib1g-dev \
177
- git && \
178
- rm -rf /var/lib/apt/lists/*
+ git
179
180
# Clone the Io language repository with submodules
181
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 && \
209
208
210
211
### Lua
212
-#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y lua5.4
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y lua5.4
213
214
### D
215
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gdc
0 commit comments