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