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
c8beb1b added sudo to the old Dockerfile, but the new image based on buildworker does not have sudo.
The text was updated successfully, but these errors were encountered:
If you need root within the container please use the command below.
docker run --rm -it --user root openwrt/imagebuilder
Sorry, something went wrong.
Directly using the root user for dev is unsafe IMO. sudo is preferred for temporary root access, such as apt install.
No branches or pull requests
c8beb1b added sudo to the old Dockerfile, but the new image based on buildworker does not have sudo.
The text was updated successfully, but these errors were encountered: