mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-07 14:43:40 +01:00
8 lines
237 B
Docker
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"]
|