Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ ENV PATH="/root/.cargo/bin:${PATH}"
# R, lua, ruby, julia, perl, scala
RUN apt-get install -y r-base lua5.2 luarocks ruby-full julia scala \
&& luarocks install luaunit \
&& PERL_MM_USE_DEFAULT=1 cpan Test::Deep Data::Compare
&& PERL_MM_USE_DEFAULT=1 cpan Test::Deep Data::Compare \
&& rm -fr /root/.cpan/*

# D
RUN wget https://netcologne.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list \
Expand Down
3 changes: 2 additions & 1 deletion scripts/Dockerfile.base.us
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ ENV PATH="/root/.cargo/bin:${PATH}"
# R, lua, ruby, julia, perl, scala
RUN apt-get install -y r-base lua5.2 luarocks ruby-full julia scala \
&& luarocks install luaunit \
&& PERL_MM_USE_DEFAULT=1 cpan Test::Deep Data::Compare
&& PERL_MM_USE_DEFAULT=1 cpan Test::Deep Data::Compare \
&& rm -fr /root/.cpan/*

# D
RUN wget https://netcologne.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list \
Expand Down