diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-10-29 19:51:30 +0200 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2018-10-29 19:51:30 +0200 |
commit | d18094dfca7558771c8ac08893b069c0dfd44a23 (patch) | |
tree | 7225d8e9ac5845ff3a5b1edeab453f7fe15a9886 /base_sdc-vnc | |
parent | 28fc3deb05c170d4b4e08e5431bd37c29f3d64a1 (diff) |
upgrading jetty
Change-Id: If2e184523a8a6f6544a696f12e9905418c2a6368
Issue-ID: SDC-1767
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'base_sdc-vnc')
-rw-r--r-- | base_sdc-vnc/Dockerfile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/base_sdc-vnc/Dockerfile b/base_sdc-vnc/Dockerfile index a834498..9b8c9fe 100644 --- a/base_sdc-vnc/Dockerfile +++ b/base_sdc-vnc/Dockerfile @@ -2,10 +2,4 @@ FROM consol/ubuntu-xfce-vnc:1.3.0 USER 0 -RUN apt-get -y update && apt-get -y install curl=7.47.0-1ubuntu2.8 - -# 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 +RUN apt-get -y update && apt-get -y install curl && apt-get -y install chef && apt-get -y update && apt-get -y install default-jre
\ No newline at end of file |