chore: move dist files to the dist/ subdir

This commit is contained in:
Stéphane Lesimple
2026-03-30 21:21:37 +02:00
parent 05e09bb7f4
commit 6eb70ab52d
5 changed files with 21 additions and 0 deletions

7
dist/Dockerfile vendored Normal file
View File

@@ -0,0 +1,7 @@
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"]