summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2018-03-18 13:11:33 +0200
committerYuli Shlosberg <ys9693@att.com>2018-03-18 13:11:33 +0200
commit40b078662abcaa87909487847d116cc7bb21b481 (patch)
tree70505a4465f6460a5222356a4be6c6d93237a301
parentb2a7c82cf1a93651e354f9dc21967d6dcd163c0c (diff)
update vnc base docker
Change-Id: I97ae9b721cb2f19f08d1bf92941c8255cf0dab29 Issue-ID: SDC-384 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
-rw-r--r--base_sdc-vnc/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/base_sdc-vnc/Dockerfile b/base_sdc-vnc/Dockerfile
index 4ee593d..6505f90 100644
--- a/base_sdc-vnc/Dockerfile
+++ b/base_sdc-vnc/Dockerfile
@@ -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