Skip to content

Commit

Permalink
Add Java 8u60 to the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Piper committed Aug 20, 2015
1 parent 9866974 commit 16c8cc1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ FROM centos:centos6.6
# Install useful packages
RUN yum -y update && \
yum -y install sudo openssh-server openssh-clients openssl-devel which tar m4

WORKDIR /opt

RUN curl http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jdk-8u60-linux-x64.rpm -o java.rpm --cookie oraclelicense=accept-securebackup-cookie -L && \
rpm -ivh java.rpm && \
rm java.rpm


0 comments on commit 16c8cc1

Please sign in to comment.