work #1

Merged
paradizelost merged 8 commits from work into main 2024-11-26 12:59:22 -06:00
Showing only changes of commit 42b91cbf72 - Show all commits

View File

@ -1,6 +1,6 @@
FROM debian:bullseye-slim 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 logpingresult.py /usr/local/bin/
COPY requirements.txt / COPY requirements.txt /
COPY init.sh / COPY init.sh /