diff options
Diffstat (limited to 'base_sdc-vnc')
-rw-r--r-- | base_sdc-vnc/Dockerfile | 3 |
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 |