Skip to content

Commit

Permalink
Added iputils-ping for backwards compatible ping
Browse files Browse the repository at this point in the history
  • Loading branch information
NIXKnight committed Jul 18, 2024
1 parent 4b8e0ab commit 6c41b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN set -eux; \
} | tee /etc/apt/sources.list; \
apt-get update; \
apt-get -y dist-upgrade; \
apt-get install -y --no-install-recommends zfsutils-linux smartmontools nvme-cli; \
apt-get install -y --no-install-recommends iputils-ping zfsutils-linux smartmontools nvme-cli; \
apt-get clean all; \
rm -r /var/lib/apt/lists /var/cache/apt/archives

0 comments on commit 6c41b73

Please sign in to comment.