update vnc base docker
[sdc/sdc-docker-base.git] / base_sdc-vnc / Dockerfile
index 4ee593d..6505f90 100644 (file)
@@ -15,3 +15,6 @@ RUN apt-get -y update && apt-get -y install curl
 
 # install chef-solo
 RUN curl -L  https://www.opscode.com/chef/install.sh | bash
+
+# install java
+RUN apt-get -y update && apt-get -y install default-jre