chore: add docker support (#203)

This commit is contained in:
Jan
2018-06-14 20:25:35 +02:00
committed by Stéphane Lesimple
parent 5962d20ba7
commit 9a6406a9a2
2 changed files with 14 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM alpine:3.7
RUN apk --update --no-cache add kmod binutils grep perl
COPY . /check
ENTRYPOINT ["/check/spectre-meltdown-checker.sh"]