You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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"]
|