Skip to content

#19 clean

#19 clean #110

Triggered via push August 30, 2024 13:42
Status Failure
Total duration 15s
Artifacts

hadolint.yml

on: push
hadolint
6s
hadolint
Fit to window
Zoom out
Zoom in

Annotations

5 errors
hadolint: src/main/resources/org/eolang/hone/docker/Dockerfile#L29
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
hadolint: src/main/resources/org/eolang/hone/docker/Dockerfile#L49
DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
hadolint: src/main/resources/org/eolang/hone/docker/Dockerfile#L54
DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
hadolint: src/main/resources/org/eolang/hone/docker/Dockerfile#L61
DL3045 warning: `COPY` to a relative destination without `WORKDIR` set.
hadolint: src/main/resources/org/eolang/hone/docker/Dockerfile#L64
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.