summaryrefslogtreecommitdiffstats
path: root/fuel-plugin/Dockerfile
blob: 2b7335e0ff9314e2022c96512e46025b452ea927 (plain)
1
2
3
4
5
6
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