Add ping binary
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM python:latest
|
||||
WORKDIR /usr/local/bin
|
||||
COPY pinger.py .
|
||||
RUN apt-get update -y && apt-get install -y iputils-ping
|
||||
CMD ["python","-u","pinger.py"]
|
||||
|
||||
Reference in New Issue
Block a user