Remove unneeded volumes in Dockerfile

This commit is contained in:
Jan Kunzmann 2018-11-30 11:51:27 +01:00
parent c45a06f414
commit 8014715e71
1 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,3 @@ RUN apk --update --no-cache add kmod binutils grep perl
COPY . /check
ENTRYPOINT ["/check/spectre-meltdown-checker.sh"]
VOLUME /boot
VOLUME /dev/cpu
VOLUME /lib/modules