Revert "[Fuel-plugin] Install kernel in post-deployment."
[kvmfornfv.git] / fuel-plugin / Dockerfile
1 #!/bin/bash
2
3 FROM ubuntu:14.04.3
4 RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo
5 RUN chmod 0440 /etc/sudoers.d/open-sudo