File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,23 @@ LABEL org.opencontainers.image.authors="Alexander Trost <
[email protected] >
16
16
17
17
RUN apt-get -q update && \
18
18
apt-get install -y --no-install-recommends \
19
- smartmontools \
20
- nvme-cli \
19
+ ca-certificates \
20
+ git \
21
21
jq \
22
22
moreutils \
23
- git \
24
- ca-certificates \
25
- moreutils && \
23
+ moreutils \
24
+ nvme-cli \
25
+ pciutils \
26
+ smartmontools \
27
+ wget && \
26
28
apt-get clean && \
27
29
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
28
30
mkdir -p /scripts && \
29
31
git clone --depth 1 --branch master --single-branch \
30
32
https://github.com/prometheus-community/node-exporter-textfile-collector-scripts.git \
31
33
/scripts && \
32
- chmod 755 /scripts/*
34
+ chmod 755 /scripts/* && \
35
+ update-pciids -q
33
36
34
37
COPY entrypoint.sh /entrypoint.sh
35
38
You can’t perform that action at this time.
0 commit comments