Version 0.0.1 of /fuel-bild
[genesis.git] / fuel-build / docker / ubuntu-builder / Dockerfile
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # stefan.k.berg@ericsson.com
4 # jonas.bjurel@ericsson.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 FROM opnfv.org/ubuntu:12.04
12 ADD install.sh /root/install.sh
13 RUN /root/install.sh
14
15 ADD ./enable_dockerx2 /root/enable_dockerx2
16 RUN chmod +x /root/enable_dockerx2
17 VOLUME /var/lib/docker
18 CMD ["/root/enable_dockerx2"]