X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=fuel-plugin%2FDockerfile;h=58ca19e11345aeee7b7e7841b0a33747128f9057;hb=74248cb2594babbb144e191a3fbc755200aea043;hp=9b3fd5cea8e644b784d1c90d816d6cad788395f4;hpb=fc3228bd6c2163081143e2231e0574faa9bcaad1;p=kvmfornfv.git diff --git a/fuel-plugin/Dockerfile b/fuel-plugin/Dockerfile index 9b3fd5cea..58ca19e11 100644 --- a/fuel-plugin/Dockerfile +++ b/fuel-plugin/Dockerfile @@ -1,10 +1,5 @@ #!/bin/bash -FROM ubuntu:14.04.3 -RUN apt-get update -RUN apt-get install -y git fakeroot build-essential ncurses-dev xz-utils kernel-package bc autoconf +FROM ubuntu:16.04 RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo RUN chmod 0440 /etc/sudoers.d/open-sudo -ADD ./build_kvm.sh /root/build_kvm.sh -RUN chmod +x /root/build_kvm.sh -RUN /root/build_kvm.sh -c 00bbfcd8 -o 2f8932e8