bitcoin-tools / bitcoin-tools/nodebuilder
[BUG] - running on a fresh install of Alpine fails for sudo permissions
Open
bug
- Dominant language
- Shell
- Stars
- 7
- Forks
- 0
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 28
Description
### Expected Behavior
Should run on a fresh install of Alpine
### Actual Behavior
Throws an error on a fresh install due to sudo not found.
need to su into root to:
1. uncomment the community repo in /etc/apk/repositories
2. `apk add sudo`
3. add user to `/etc/sudoers`
### Steps to Reproduce
1.
2.
3.
### Optional Screenshots
_No response_
### Optional Logs
_No response_
### Operating System
_No response_
### Operating System version
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.