add iputils-ping

This commit is contained in:
Michael Grote 2023-08-04 10:18:51 +02:00
parent 1a00de8c13
commit 3e49222aff

View file

@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# Install necessary packages # Install necessary packages
# hadolint ignore=DL3008 # hadolint ignore=DL3008
RUN apt-get update && \ RUN apt-get update && \
apt-get -y --no-install-recommends install git openssh-client && \ apt-get -y --no-install-recommends install git openssh-client iputils-ping && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*