X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=fuel%2Fbuild%2Fdocker%2Fubuntu-builder%2FDockerfile;fp=fuel-build%2Fdocker%2Fubuntu-builder%2FDockerfile;h=b4e1b4e2488ea2076fd9355ebd1964441a89108a;hb=6cb518c68eb136ad448e96716ef8b1348440949f;hp=3ec934d80b485bb366af094029d0d6acc5c4e25e;hpb=1e106bbaca2780c10bd02b4e5fa3702d36acdf39;p=genesis.git diff --git a/fuel-build/docker/ubuntu-builder/Dockerfile b/fuel/build/docker/ubuntu-builder/Dockerfile similarity index 78% rename from fuel-build/docker/ubuntu-builder/Dockerfile rename to fuel/build/docker/ubuntu-builder/Dockerfile index 3ec934d..b4e1b4e 100644 --- a/fuel-build/docker/ubuntu-builder/Dockerfile +++ b/fuel/build/docker/ubuntu-builder/Dockerfile @@ -11,15 +11,21 @@ FROM ubuntu:14.04 RUN apt-get update -RUN apt-get install -y make python-setuptools python-all dpkg-dev debhelper \ +RUN apt-get install -y software-properties-common python-software-properties \ + make python-setuptools python-all dpkg-dev debhelper \ fuseiso git genisoimage bind9-host wget curl lintian tmux lxc iptables \ ca-certificates sudo apt-utils lsb-release RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo RUN chmod 0440 /etc/sudoers.d/open-sudo +RUN chmod 4755 /bin/fusermount ADD ./setcontext /root/setcontext RUN chmod +x /root/setcontext ADD ./enable_dockerx2 /root/enable_dockerx2 RUN chmod +x /root/enable_dockerx2 +ADD ./install.sh /root/install.sh +RUN chmod +x /root/install.sh +RUN /root/install.sh + VOLUME /var/lib/docker