summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fuel-plugin/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuel-plugin/Dockerfile b/fuel-plugin/Dockerfile
index 2b7335e0f..af8d1c0eb 100644
--- a/fuel-plugin/Dockerfile
+++ b/fuel-plugin/Dockerfile
@@ -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