From 5c1fab9e0498e4bea6a5df1a22c25d915b2dbea7 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 2 Dec 2016 16:05:40 +0300 Subject: [fuel-plugin] Add missing sudo package to image Change-Id: I45772bf1f949e92031263b76e746873bdb237e7a Signed-off-by: Michael Polenchuk --- fuel-plugin/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.2.3-korg