Skip to content

Commit 8810c96

Browse files
added more languages
1 parent e555d4f commit 8810c96

File tree

1 file changed

+29
-31
lines changed

1 file changed

+29
-31
lines changed

Dockerfile

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,35 @@ RUN apt-get install -y \
8787
# COQ
8888
coq \
8989
# VALA
90-
valac
90+
valac \
91+
# Standard ML
92+
smlnj \
93+
# Kotlin
94+
kotlin \
95+
# PHP
96+
php \
97+
# NodeJS
98+
nodejs \
99+
# AWK
100+
gawk \
101+
# REXX
102+
regina-rexx \
103+
# Haxe
104+
haxe \
105+
# Modula-2
106+
gm2 \
107+
libgm2-12-dev \
108+
# Objective-C
109+
gobjc \
110+
# Objective-C++
111+
gobjc++ \
112+
# Basic
113+
bwbasic \
114+
# Inform
115+
inform \
116+
frotz \
117+
ncurses-bin \
118+
musl
91119

92120
##################################################################################
93121
RUN apt-get install -y make
@@ -194,36 +222,6 @@ RUN git clone --recurse-submodules https://github.com/IoLanguage/io.git && \
194222
# Verify installation
195223
#RUN kotlin -version
196224

197-
RUN apt-get install -y \
198-
# Standard ML
199-
smlnj \
200-
# Kotlin
201-
kotlin \
202-
# PHP
203-
php \
204-
# NodeJS
205-
nodejs \
206-
# AWK
207-
gawk \
208-
# REXX
209-
regina-rexx \
210-
# Haxe
211-
haxe \
212-
# Modula-2
213-
gm2 \
214-
libgm2-12-dev \
215-
# Objective-C
216-
gobjc \
217-
# Objective-C++
218-
gobjc++ \
219-
# Basic
220-
bwbasic \
221-
# Inform
222-
inform \
223-
frotz \
224-
ncurses-bin \
225-
musl
226-
227225
# Solidity
228226
RUN add-apt-repository ppa:ethereum/ethereum \
229227
&& apt-get update \

0 commit comments

Comments
 (0)