mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2025-04-18 20:25:15 +02:00
Remove unneeded volumes in Dockerfile (#266)
This commit is contained in:
parent
904a83c675
commit
b0083d918e
@ -5,7 +5,3 @@ RUN apk --update --no-cache add kmod binutils grep perl
|
|||||||
COPY . /check
|
COPY . /check
|
||||||
|
|
||||||
ENTRYPOINT ["/check/spectre-meltdown-checker.sh"]
|
ENTRYPOINT ["/check/spectre-meltdown-checker.sh"]
|
||||||
|
|
||||||
VOLUME /boot
|
|
||||||
VOLUME /dev/cpu
|
|
||||||
VOLUME /lib/modules
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user