upgrading jetty
[sdc/sdc-docker-base.git] / base_sdc-vnc / Dockerfile
index a834498..9b8c9fe 100644 (file)
@@ -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