From d18094dfca7558771c8ac08893b069c0dfd44a23 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Mon, 29 Oct 2018 19:51:30 +0200 Subject: upgrading jetty Change-Id: If2e184523a8a6f6544a696f12e9905418c2a6368 Issue-ID: SDC-1767 Signed-off-by: Tal Gitelman --- base_sdc-vnc/Dockerfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'base_sdc-vnc') 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 -- cgit 1.2.3-korg