Remove unneeded volumes in Dockerfile (#266)

This commit is contained in:
Jan 2018-12-10 19:42:13 +01:00 committed by Stéphane Lesimple
parent 904a83c675
commit b0083d918e
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