Skip to content

Commit

Permalink
Add BeanShell
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Oct 8, 2017
1 parent be3b845 commit 7037953
Show file tree
Hide file tree
Showing 9 changed files with 562 additions and 519 deletions.
52 changes: 26 additions & 26 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@ RUN apt-get -qq install -y moreutils
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 clisp clojure cmake coffeescript && chronic apt-get clean
RUN chronic apt-get -qq install -y dafny dc ecere-dev elixir && chronic apt-get clean
RUN chronic apt-get -qq install -y emacs24 erlang f2c fish && 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 gdb gdc genius gforth && chronic apt-get clean
RUN chronic apt-get -qq install -y gfortran ghc ghostscript gnat && chronic apt-get clean
RUN chronic apt-get -qq install -y gnu-smalltalk gnuplot gobjc golang && chronic apt-get clean
RUN chronic apt-get -qq install -y gpt gri groff groovy && chronic apt-get clean
RUN chronic apt-get -qq install -y guile-2.0 gzip haxe icont && chronic apt-get clean
RUN chronic apt-get -qq install -y iconx intercal iverilog jasmin-sable && chronic apt-get clean
RUN chronic apt-get -qq install -y jq julia ksh libgd-dev && chronic apt-get clean
RUN chronic apt-get -qq install -y libpng-dev lisaac livescript llvm && chronic apt-get clean
RUN chronic apt-get -qq install -y lua5.3 m4 make maxima && chronic apt-get clean
RUN chronic apt-get -qq install -y minizinc mlton mono-devel mono-mcs && chronic apt-get clean
RUN chronic apt-get -qq install -y mono-vbnc nasm neko nescc && chronic apt-get clean
RUN chronic apt-get -qq install -y nickle nim node-typescript 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 pakcs pari-gp parser3-cgi perl && chronic apt-get clean
RUN chronic apt-get -qq install -y php-cli pike8.0 python r-base && chronic apt-get clean
RUN chronic apt-get -qq install -y rakudo ratfor rc regina-rexx && chronic apt-get clean
RUN chronic apt-get -qq install -y ruby ruby-mustache rustc scala && chronic apt-get clean
RUN chronic apt-get -qq install -y scilab sed slsh spin && chronic apt-get clean
RUN chronic apt-get -qq install -y squirrel3 swi-prolog tcl tcsh && chronic apt-get clean
RUN chronic apt-get -qq install -y valac vim xsltproc yabasic && chronic apt-get clean
RUN chronic apt-get -qq install -y yorick zoem zsh && 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 fish flex fp-compiler fsharp && chronic apt-get clean
RUN chronic apt-get -qq install -y g++ gambas3-script gap gawk && chronic apt-get clean
RUN chronic apt-get -qq install -y gcc gdb gdc genius && chronic apt-get clean
RUN chronic apt-get -qq install -y gforth gfortran ghc ghostscript && chronic apt-get clean
RUN chronic apt-get -qq install -y gnat gnu-smalltalk gnuplot gobjc && chronic apt-get clean
RUN chronic apt-get -qq install -y golang gpt gri groff && chronic apt-get clean
RUN chronic apt-get -qq install -y groovy guile-2.0 gzip 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 ksh && chronic apt-get clean
RUN chronic apt-get -qq install -y libgd-dev libpng-dev lisaac livescript && chronic apt-get clean
RUN chronic apt-get -qq install -y llvm lua5.3 m4 make && chronic apt-get clean
RUN chronic apt-get -qq install -y maxima minizinc mlton mono-devel && chronic apt-get clean
RUN chronic apt-get -qq install -y mono-mcs mono-vbnc nasm neko && chronic apt-get clean
RUN chronic apt-get -qq install -y nescc nickle nim node-typescript && chronic apt-get clean
RUN chronic apt-get -qq install -y nodejs ocaml octave open-cobol && chronic apt-get clean
RUN chronic apt-get -qq install -y openjdk-8-jdk pakcs 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 7037953

Please sign in to comment.