Skip to content

Commit

Permalink
Actually put packages in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
HazenBabcock committed Nov 25, 2016
1 parent 5df8c36 commit 5e3edae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plplot/debian_latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ RUN apt --yes install apt-utils
# Get dependencies, these are in alphabetical order
RUN apt --yes install camlidl
RUN apt --yes install cmake
RUN apt --yes install default-jdk
RUN apt --yes install default-jre
RUN apt --yes install fonts-freefont-ttf
RUN apt --yes install gcc
RUN apt --yes install gdc
RUN apt --yes install gfortran
RUN apt --yes install git
RUN apt --yes install gnat
RUN apt --yes install g++
RUN apt --yes install default-jdk
RUN apt --yes install default-jre
RUN apt --yes install fonts-freefont-ttf
RUN apt --yes install itcl3
RUN apt --yes install itcl3-dev
RUN apt --yes install libcairo-dev
Expand Down

0 comments on commit 5e3edae

Please sign in to comment.