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