X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=fuel-plugin%2FDockerfile;h=2b7335e0ff9314e2022c96512e46025b452ea927;hb=5c1fab9e0498e4bea6a5df1a22c25d915b2dbea7;hp=58ca19e11345aeee7b7e7841b0a33747128f9057;hpb=74248cb2594babbb144e191a3fbc755200aea043;p=kvmfornfv.git 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