1
0
mirror of https://github.com/speed47/spectre-meltdown-checker synced 2024-09-27 20:10:52 +02:00

fix: docker: adding missing utils (fixes #433)

This commit is contained in:
Stéphane Lesimple 2022-03-30 13:07:21 +02:00
parent a6c943d38f
commit c7d0729167

View File

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