Skip to content

Commit

Permalink
Add jaav and other packages to docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Piper committed Aug 14, 2015
1 parent 530a34d commit 3bbcc50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
FROM centos:centos6

# Install Java and other useful packages
RUN yum -y update && \
yum -y install java-1.7.0-openjdk-devel.x86_64 sudo openssh-server openssh-clients openssl-devel which tar m4

0 comments on commit 3bbcc50

Please sign in to comment.