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