1
0
mirror of https://github.com/speed47/spectre-meltdown-checker synced 2024-06-19 19:52:10 +02:00
spectre-meltdown-checker/Dockerfile

8 lines
139 B
Docker
Raw Normal View History

2018-06-14 20:25:35 +02:00
FROM alpine:3.7
RUN apk --update --no-cache add kmod binutils grep perl
COPY . /check
ENTRYPOINT ["/check/spectre-meltdown-checker.sh"]