Skip to content

Commit

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

apts = RunSteps.flat_map {|s| s.apt }
other_packages = %w(libpng-dev libgd-dev groff bison)
other_packages = %w(libpng-dev libgd-dev groff flex bison)

apts = [*apts.flatten.compact.uniq, *other_packages].sort

Expand Down

0 comments on commit 480bb63

Please sign in to comment.