From b0083d918e7f008f724ad3968d208b65c1357f40 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 10 Dec 2018 19:42:13 +0100 Subject: [PATCH] Remove unneeded volumes in Dockerfile (#266) --- 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