install ping in container
All checks were successful
/ Plan (push) Successful in 3m21s

This commit is contained in:
Dan Hamik 2024-11-26 12:43:45 -06:00
parent 93e091f1d2
commit 42b91cbf72

View File

@ -1,6 +1,6 @@
FROM debian:bullseye-slim
#
RUN apt update && apt install python3 python3-pip -y
RUN apt update && apt install python3 python3-pip iputils-ping -y
COPY logpingresult.py /usr/local/bin/
COPY requirements.txt /
COPY init.sh /