mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-16 22:11:15 +00:00
Add work docker image flavour
This commit is contained in:
7
Dockerfiles/work/data/sudo-devilbox
Normal file
7
Dockerfiles/work/data/sudo-devilbox
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user