add: new requires, build-requires parameters #14 (#15) #66
GitHub Actions / hadolint
completed
Dec 31, 2023 in 0s
reviewdog [hadolint] report
reported by reviewdog 🐶
Findings (2)
Dockerfile|3 col 1| yum clean all
missing after yum command.
Dockerfile|13 col 1| Use WORKDIR to switch to a directory
Filtered Findings (0)
Annotations
Check warning on line 3 in Dockerfile
github-actions / hadolint
[hadolint] Dockerfile#L3 <DL3032>(https://github.com/hadolint/hadolint/wiki/DL3032)
`yum clean all` missing after yum command.
Raw output
message:"`yum clean all` missing after yum command." location:{path:"Dockerfile" range:{start:{line:3 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3032" url:"https://github.com/hadolint/hadolint/wiki/DL3032"}
Check warning on line 13 in Dockerfile
github-actions / hadolint
[hadolint] Dockerfile#L13 <DL3003>(https://github.com/hadolint/hadolint/wiki/DL3003)
Use WORKDIR to switch to a directory
Raw output
message:"Use WORKDIR to switch to a directory" location:{path:"Dockerfile" range:{start:{line:13 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3003" url:"https://github.com/hadolint/hadolint/wiki/DL3003"}
Loading