Skip to content

Attempt to fix production build (#419) #57

Attempt to fix production build (#419)

Attempt to fix production build (#419) #57

Triggered via push March 13, 2024 15:49
Status Failure
Total duration 31s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build: Dockerfile#L4
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
build: Dockerfile#L4
DL3009 info: Delete the apt-get lists after installing something
build: Dockerfile#L4
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
build: Dockerfile#L4
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
build: Dockerfile#L16
DL3060 info: `yarn cache clean` missing after `yarn install` was run.