9
0
Fork 0

Make `docker build` fail if submodule has not been checked out

This commit is contained in:
Lauri Võsandi 2021-06-19 07:41:09 +03:00
parent 4623bf2861
commit ebe8455536
1 changed files with 3 additions and 0 deletions

View File

@ -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