| Property | Value |
|---|---|
| Severity | Error |
| Category | Security |
| Default | Enabled |
Description
Do not usesudo as it leads to unpredictable behavior. Use a tool like gosu to enforce root.
Do not use sudo.
| Property | Value |
|---|---|
| Severity | Error |
| Category | Security |
| Default | Enabled |
sudo as it leads to unpredictable behavior. Use a tool like gosu to enforce root.
FROM busybox
RUN sudo apt-get install
FROM busybox
RUN apt-get install
Was this page helpful?