mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2024-12-04 18:28:03 +01:00
fix: docker: adding missing utils (fixes #433)
This commit is contained in:
parent
60c71ccb7a
commit
a2843575be
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user