Files
plugin-drone-diagnostics/docker/Dockerfile
T
2022-02-14 15:21:26 +00:00

5 lines
114 B
Docker

FROM ubuntu
RUN apt-get update
RUN apt-get install -y traceroute iputils-ping bind9-dnsutils
ENTRYPOINT /bin/bash