Skip to content

Commit

Permalink
Merge pull request #1927 from zmanji/patch-1
Browse files Browse the repository at this point in the history
Update Debian image to include `smartmontools`
  • Loading branch information
nicolargo committed Sep 9, 2021
2 parents c2da541 + 605207f commit c12e096
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-files/debian.Dockerfile
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && \
build-essential \
lm-sensors \
wireless-tools \
smartmontools \
iputils-ping && \
apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -57,6 +58,7 @@ RUN apt-get update && \
curl \
lm-sensors \
wireless-tools \
smartmontools \
iputils-ping && \
apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit c12e096

Please sign in to comment.