blob: e10eef5d23a9fe94c0f2332ca5fd5e54d2b6f58c (
plain)
1
2
3
4
5
6
7
|
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"]
|