Skip to content

Commit 0ca5c98

Browse files
committed
add python3
Signed-off-by: Alexander Trost <[email protected]>
1 parent d239c5a commit 0ca5c98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ RUN apt-get -q update && \
2424
nvme-cli \
2525
pciutils \
2626
smartmontools \
27-
wget && \
27+
wget \
28+
python3 && \
2829
apt-get clean && \
2930
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
3031
mkdir -p /scripts && \

0 commit comments

Comments
 (0)