SyntaxFix
Write A Post
Hire A Developer
Questions
If you're running ubuntu container directly without a local Dockerfile you can ssh into the container and enable root control by entering su then apt-get install -y wget
su
apt-get install -y wget