Add the secret sauce
This commit is contained in:
15
Dockerfile
Normal file
15
Dockerfile
Normal 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
|
Reference in New Issue
Block a user