spectre-meltdown-checker/Dockerfile

8 lines
237 B
Docker
Raw Normal View History

FROM alpine:latest
2018-06-14 20:25:35 +02:00
RUN apk --update --no-cache add kmod binutils grep perl zstd wget sharutils unzip sqlite procps coreutils iucode-tool gzip xz bzip2 lz4
2018-06-14 20:25:35 +02:00
COPY spectre-meltdown-checker.sh /
2018-06-14 20:25:35 +02:00
ENTRYPOINT ["/spectre-meltdown-checker.sh"]