From 5e3edaec8e6a7422016b06e7d12cebecf3557dc0 Mon Sep 17 00:00:00 2001 From: Hazen Babcock Date: Thu, 24 Nov 2016 22:58:12 -0500 Subject: [PATCH] Actually put packages in alphabetical order --- plplot/debian_latest/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plplot/debian_latest/Dockerfile b/plplot/debian_latest/Dockerfile index 1a7f884..38aace6 100644 --- a/plplot/debian_latest/Dockerfile +++ b/plplot/debian_latest/Dockerfile @@ -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