Files
spectre-meltdown-checker/dist/Dockerfile
2026-03-30 23:07:59 +02:00

8 lines
237 B
Docker

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