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"]