espelhamento de
https://github.com/speed47/spectre-meltdown-checker.git
sincronizado 2025-09-18 16:10:09 +02:00
8 linhas
139 B
Docker
8 linhas
139 B
Docker
FROM alpine:3.7
|
|
|
|
RUN apk --update --no-cache add kmod binutils grep perl
|
|
|
|
COPY . /check
|
|
|
|
ENTRYPOINT ["/check/spectre-meltdown-checker.sh"]
|