[fuel-plugin] Run apt-get update before install
[kvmfornfv.git] / fuel-plugin / Dockerfile
index 2b7335e..af8d1c0 100644 (file)
@@ -2,6 +2,6 @@
 
 FROM ubuntu:16.04
 
-RUN apt-get install -y sudo
+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