Skip to content

Fix typo

Fix typo #51

GitHub Actions / hadolint failed Feb 10, 2024 in 0s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (1)

Dockerfile|32 col 1| 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

Filtered Findings (3)

Dockerfile|11 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
Dockerfile|11 col 1| Avoid additional packages by specifying --no-install-recommends
Dockerfile|58 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>

Annotations

Check warning on line 32 in Dockerfile

See this annotation in the file changed.

@github-actions github-actions / hadolint

[hadolint] Dockerfile#L32 <DL4006>(https://github.com/hadolint/hadolint/wiki/DL4006)

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
Raw output
message:"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"  location:{path:"Dockerfile"  range:{start:{line:32  column:1}}}  severity:WARNING  source:{name:"hadolint"  url:"https://github.com/hadolint/hadolint"}  code:{value:"DL4006"  url:"https://github.com/hadolint/hadolint/wiki/DL4006"}