summaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 93fe602eeed5c6be9f0b5aa7bed95138b35f0e52 (plain)
1
2
3
4
5
6
7
FROM alpine:3.7

RUN apk --update --no-cache add kmod binutils grep perl

COPY . /check

ENTRYPOINT ["/check/spectre-meltdown-checker.sh"]