view dockerfiles/java-centos/Dockerfile @ 22:2f199ccd8e2d

Add Dockerfile
author atton
date Thu, 26 Nov 2015 17:52:30 +0900
parents
children 324a6b216d70
line wrap: on
line source

FROM centos
RUN yum install -y java zsh && yum clean all