2022-03-30 13:07:21 +02:00
|
|
|
FROM alpine:latest
|
2018-06-14 20:25:35 +02:00
|
|
|
|
2022-03-30 13:07:21 +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
|
|
|
|
2022-03-30 13:07:21 +02:00
|
|
|
COPY spectre-meltdown-checker.sh /
|
2018-06-14 20:25:35 +02:00
|
|
|
|
2022-03-30 13:07:21 +02:00
|
|
|
ENTRYPOINT ["/spectre-meltdown-checker.sh"]
|