Pull Request: 2024/7/17 6:32pm #342
Annotations
3 errors
Test / shellcheck:
Dockerfile#L9
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
Test / shellcheck:
Dockerfile#L10
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#L10
SC2196 info: egrep is non-standard and deprecated. Use grep -E instead.
|