[fuel-plugin] Run apt-get update before install
[kvmfornfv.git] / fuel-plugin / Dockerfile
index b71a092..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