X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=fuel-plugin%2FDockerfile;h=af8d1c0eb0042cca070be211c25ccc8ddb8edef8;hb=868367c47df84a70a49f7be6b5e6c3150906aa8f;hp=58ca19e11345aeee7b7e7841b0a33747128f9057;hpb=74248cb2594babbb144e191a3fbc755200aea043;p=kvmfornfv.git diff --git a/fuel-plugin/Dockerfile b/fuel-plugin/Dockerfile index 58ca19e11..af8d1c0eb 100644 --- a/fuel-plugin/Dockerfile +++ b/fuel-plugin/Dockerfile @@ -1,5 +1,7 @@ #!/bin/bash FROM ubuntu:16.04 + +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