d24f319becc08c3c77280c9960db171950ae9dc0
[sdc/sdc-docker-base.git] / base_sdc-vnc / Dockerfile
1 FROM consol/ubuntu-xfce-vnc:1.3.0
2
3 USER 0
4
5 RUN apt-get -y update && apt-get -y install curl=7.47.0-1ubuntu2.7
6
7 # install chef-solo
8 RUN curl -L  https://www.opscode.com/chef/install.sh | bash
9
10 # install java
11 RUN apt-get -y update && apt-get -y install default-jre