Make docker build
fail if submodule has not been checked out
This commit is contained in:
parent
4623bf2861
commit
ebe8455536
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user