Add work docker image flavour

This commit is contained in:
cytopia
2018-02-23 09:04:33 +01:00
parent f9782dbab6
commit a72968ede6
12 changed files with 2491 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Keep PATH for all sudo commands
Defaults env_keep += "PATH"
Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/local/node/bin
# Allow devilbox user to do anything without password
%devilbox ALL=(ALL) NOPASSWD: ALL