update vnc base docker 65/36365/1
authorYuli Shlosberg <ys9693@att.com>
Sun, 18 Mar 2018 11:11:33 +0000 (13:11 +0200)
committerYuli Shlosberg <ys9693@att.com>
Sun, 18 Mar 2018 11:11:33 +0000 (13:11 +0200)
Change-Id: I97ae9b721cb2f19f08d1bf92941c8255cf0dab29
Issue-ID: SDC-384
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
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