From 8014715e7157075032a101b31fcb95fee3c1c453 Mon Sep 17 00:00:00 2001 From: Jan Kunzmann Date: Fri, 30 Nov 2018 11:51:27 +0100 Subject: [PATCH] Remove unneeded volumes in Dockerfile --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9b1eb58..93fe602 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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