summaryrefslogtreecommitdiffstats
path: root/base_sdc-vnc/Dockerfile
blob: d24f319becc08c3c77280c9960db171950ae9dc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
FROM consol/ubuntu-xfce-vnc:1.3.0

USER 0

RUN apt-get -y update && apt-get -y install curl=7.47.0-1ubuntu2.7

# 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