Files
poseidon/ci/docker-make/Dockerfile
sirkrypt0 8d7aa2ea3c Add trivy vulnerability scanner and custom docker-make image
Trivy is used in the CI after building our Docker image. It scans
the Docker image and our dependencies for known vulnerabilities.
The docker-make image is a simple docker:latest containing make.
2021-05-26 15:05:29 +00:00

4 lines
51 B
Docker

FROM docker:latest
RUN apk update && apk add make