We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the exec sg vpn -c at the end of openvpn.sh does not work with the current alpine:latest (3.16.0) image:
exec sg vpn -c
alpine:latest
docker run --rm alpine:3.16.0 sh -c "apk add shadow && sg root -c id"
gives you: sh: sg: not found while it still does work with 3.15.4
sh: sg: not found
docker run --rm alpine:3.15.4 sh -c "apk add shadow && sg root -c id"
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),20(dialout),26(tape),27(video)
The text was updated successfully, but these errors were encountered:
Hi, Same problem.
Just modified the Dockerfile with FROM alpine:3.15.4 for the moment
Sorry, something went wrong.
#405 fixes this
No branches or pull requests
the
exec sg vpn -c
at the end of openvpn.sh does not work with the currentalpine:latest
(3.16.0) image:gives you:
sh: sg: not found
while it still does work with 3.15.4
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),20(dialout),26(tape),27(video)
The text was updated successfully, but these errors were encountered: