diff options
Diffstat (limited to 'policy-os/Dockerfile')
-rw-r--r-- | policy-os/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/policy-os/Dockerfile b/policy-os/Dockerfile index 7acbf825..8ae51d98 100644 --- a/policy-os/Dockerfile +++ b/policy-os/Dockerfile @@ -1,11 +1,12 @@ FROM ubuntu:14.04 -#RUN add-apt-repository ppa:openjdk-r/ppa RUN \ + apt-get clean && \ apt-get update && \ apt-get install -y zip unzip curl wget ssh telnet maven && \ apt-get install -y software-properties-common && \ add-apt-repository ppa:openjdk-r/ppa && \ + apt-get clean && \ apt-get update && \ apt-get install -y openjdk-8-jdk |