Initial setup #11
Annotations
4 errors
Run hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf:
Dockerfile#L11
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
|
Run hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf:
Dockerfile#L11
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
|
Run hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf:
Dockerfile#L25
DL3022 warning: `COPY --from` should reference a previously defined `FROM` alias
|
Run hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf:
Dockerfile#L32
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Loading