Skip to content

Commit

Permalink
Try Ubuntu 17.10 again
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Oct 21, 2017
1 parent d27a080 commit bde7378
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 192 deletions.
46 changes: 26 additions & 20 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,35 @@ FROM ubuntu:17.10
RUN apt-get update && apt-get upgrade -y
RUN apt-get -qq install -y apt-utils > /dev/null
RUN apt-get -qq install -y moreutils
RUN chronic apt-get -qq install -y afnix algol68g aplus-fsf asymptote && chronic apt-get clean
RUN chronic apt-get -qq install -y ats2-lang bash bc bf && chronic apt-get clean
RUN chronic apt-get -qq install -y bison bsdgames clisp clojure && chronic apt-get clean
RUN chronic apt-get -qq install -y afnix algol68g aplus-fsf aspectc++ && chronic apt-get clean
RUN chronic apt-get -qq install -y aspectj asymptote ats2-lang bash && chronic apt-get clean
RUN chronic apt-get -qq install -y bc bf bison bsdgames && chronic apt-get clean
RUN chronic apt-get -qq install -y bsh clisp clojure cmake && chronic apt-get clean
RUN chronic apt-get -qq install -y coffeescript dafny dc ecere-dev && chronic apt-get clean
RUN chronic apt-get -qq install -y elixir emacs24 erlang f2c && chronic apt-get clean
RUN chronic apt-get -qq install -y flex fp-compiler fsharp g++ && chronic apt-get clean
RUN chronic apt-get -qq install -y gambas3-script gap gawk gcc && chronic apt-get clean
RUN chronic apt-get -qq install -y gdc genius gforth gfortran && chronic apt-get clean
RUN chronic apt-get -qq install -y ghc ghostscript gnat gnu-smalltalk && chronic apt-get clean
RUN chronic apt-get -qq install -y gnuplot gobjc golang gpt && chronic apt-get clean
RUN chronic apt-get -qq install -y groff groovy guile-2.0 haxe && chronic apt-get clean
RUN chronic apt-get -qq install -y icont iconx intercal iverilog && chronic apt-get clean
RUN chronic apt-get -qq install -y jasmin-sable jq julia libgd-dev && chronic apt-get clean
RUN chronic apt-get -qq install -y libpng-dev lisaac llvm lua5.3 && chronic apt-get clean
RUN chronic apt-get -qq install -y elixir emacs25 erlang f2c && chronic apt-get clean
RUN chronic apt-get -qq install -y fish flex flex fp-compiler && chronic apt-get clean
RUN chronic apt-get -qq install -y fsharp g++ gambas3-script gap && chronic apt-get clean
RUN chronic apt-get -qq install -y gawk gcc gdb gdc && chronic apt-get clean
RUN chronic apt-get -qq install -y genius gforth gfortran ghc && chronic apt-get clean
RUN chronic apt-get -qq install -y ghostscript gnat gnu-smalltalk gnuplot && chronic apt-get clean
RUN chronic apt-get -qq install -y gobjc golang gpt gri && chronic apt-get clean
RUN chronic apt-get -qq install -y groff groovy guile-2.0 gzip && chronic apt-get clean
RUN chronic apt-get -qq install -y haxe icont iconx intercal && chronic apt-get clean
RUN chronic apt-get -qq install -y iverilog jasmin-sable jq julia && chronic apt-get clean
RUN chronic apt-get -qq install -y ksh libgd-dev libpng-dev lisaac && chronic apt-get clean
RUN chronic apt-get -qq install -y livescript llvm lua5.3 m4 && chronic apt-get clean
RUN chronic apt-get -qq install -y make maxima minizinc mlton && chronic apt-get clean
RUN chronic apt-get -qq install -y mono-devel mono-mcs mono-vbnc nasm && chronic apt-get clean
RUN chronic apt-get -qq install -y neko nickle nim nodejs && chronic apt-get clean
RUN chronic apt-get -qq install -y ocaml octave open-cobol openjdk-8-jdk && chronic apt-get clean
RUN chronic apt-get -qq install -y pari-gp perl php-cli pike8.0 && chronic apt-get clean
RUN chronic apt-get -qq install -y python r-base ratfor regina-rexx && chronic apt-get clean
RUN chronic apt-get -qq install -y ruby rustc scala scilab && chronic apt-get clean
RUN chronic apt-get -qq install -y slsh squirrel3 swi-prolog tcl && chronic apt-get clean
RUN chronic apt-get -qq install -y valac xsltproc yorick zoem && chronic apt-get clean
RUN chronic apt-get -qq install -y neko nescc nickle nim && chronic apt-get clean
RUN chronic apt-get -qq install -y node-typescript nodejs ocaml octave && chronic apt-get clean
RUN chronic apt-get -qq install -y open-cobol openjdk-8-jdk pari-gp parser3-cgi && chronic apt-get clean
RUN chronic apt-get -qq install -y perl php-cli pike8.0 python && chronic apt-get clean
RUN chronic apt-get -qq install -y r-base rakudo ratfor rc && chronic apt-get clean
RUN chronic apt-get -qq install -y regina-rexx ruby ruby-mustache rustc && chronic apt-get clean
RUN chronic apt-get -qq install -y scala scilab sed slsh && chronic apt-get clean
RUN chronic apt-get -qq install -y spin squirrel3 swi-prolog tcl && chronic apt-get clean
RUN chronic apt-get -qq install -y tcsh valac vim xsltproc && chronic apt-get clean
RUN chronic apt-get -qq install -y yabasic yorick zoem zsh && chronic apt-get clean
ENV PATH /usr/games:$PATH
ADD . /usr/local/share/quine-relay
WORKDIR /usr/local/share/quine-relay
Expand Down
Loading

0 comments on commit bde7378

Please sign in to comment.