summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fuel-plugin/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/fuel-plugin/Dockerfile b/fuel-plugin/Dockerfile
index 58ca19e11..2b7335e0f 100644
--- a/fuel-plugin/Dockerfile
+++ b/fuel-plugin/Dockerfile
@@ -1,5 +1,7 @@
#!/bin/bash
FROM ubuntu:16.04
+
+RUN apt-get install -y sudo
RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo
RUN chmod 0440 /etc/sudoers.d/open-sudo