Add the secret sauce

This commit is contained in:
2021-06-12 20:16:15 +00:00
parent 149e3193d0
commit 8dcb6413ed
5 changed files with 74 additions and 0 deletions

15
Dockerfile Normal file
View File

@@ -0,0 +1,15 @@
FROM alpine AS build
RUN apk add --no-cache \
smartmontools \
jq \
nvme-cli \
bash \
hwids-pci
COPY node-exporter-textfile-collector-scripts /scripts
COPY entrypoint.sh /entrypoint.sh
COPY bridge.sh /scripts/
RUN chmod +x /scripts/bridge.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT /entrypoint.sh