Fix additional library CVEs
[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.8
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