Merge "To publish the results on Grafana dashboard"
[kvmfornfv.git] / fuel-plugin / Dockerfile
index 9b3fd5c..af8d1c0 100644 (file)
@@ -1,10 +1,7 @@
 #!/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 apt-get update -y && apt-get install -y sudo
 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