Skip to content

Commit 5c875e3

Browse files
committed
Refactor
1 parent 272a81e commit 5c875e3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Dockerfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ LABEL org.opencontainers.image.authors="Alexander Trost <[email protected]>
1515
org.opencontainers.image.version="N/A"
1616

1717
RUN apt-get -q update && \
18-
apt-get install -y --no-install-recommends smartmontools nvme-cli jq moreutils git ca-certificates moreutils && \
18+
apt-get install -y --no-install-recommends \
19+
smartmontools \
20+
nvme-cli \
21+
jq \
22+
moreutils \
23+
git \
24+
ca-certificates \
25+
moreutils && \
1926
apt-get clean && \
2027
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
2128
mkdir -p /scripts && \

0 commit comments

Comments
 (0)