We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272a81e commit 5c875e3Copy full SHA for 5c875e3
Dockerfile
@@ -15,7 +15,14 @@ LABEL org.opencontainers.image.authors="Alexander Trost <[email protected]>
15
org.opencontainers.image.version="N/A"
16
17
RUN apt-get -q update && \
18
- apt-get install -y --no-install-recommends smartmontools nvme-cli jq moreutils git ca-certificates moreutils && \
+ apt-get install -y --no-install-recommends \
19
+ smartmontools \
20
+ nvme-cli \
21
+ jq \
22
+ moreutils \
23
+ git \
24
+ ca-certificates \
25
+ moreutils && \
26
apt-get clean && \
27
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
28
mkdir -p /scripts && \
0 commit comments