diff --git a/Dockerfile b/Dockerfile index e82e6c5..ae2d7dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,7 @@ COPY entrypoint.sh /entrypoint.sh COPY bridge.sh /scripts/ RUN chmod +x /scripts/bridge.sh RUN chmod +x /entrypoint.sh +RUN test -f /scripts/smartmon.sh +RUN test -f /scripts/nvme_metrics.sh +RUN test -f /scripts/ipmitool ENTRYPOINT /entrypoint.sh