Pull Request: 2024/7/17 6:32pm #339
Annotations
3 errors
Test / shellcheck:
Dockerfile#L9
DL3004 error: Do not use sudo as it leads to unpredictable behavior. Use a tool like gosu to enforce root
|
Test / shellcheck:
Dockerfile#L9
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
Test / shellcheck:
Dockerfile#L9
SC2196 info: egrep is non-standard and deprecated. Use grep -E instead.
|