Last active
February 21, 2018 10:40
-
-
Save John-Dormevil/af9cb2848cd6a593945e2bd2970c9917 to your computer and use it in GitHub Desktop.
Add user [builder] in alpine docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -x | |
adduser -G abuild -g "Alpine Package Builder" -s /bin/sh -D builder | |
echo "builder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment