mirror of
https://github.com/drone-plugins/drone-diagnostics.git
synced 2026-06-04 18:24:06 +08:00
5 lines
114 B
Docker
5 lines
114 B
Docker
FROM ubuntu
|
|
RUN apt-get update
|
|
RUN apt-get install -y traceroute iputils-ping bind9-dnsutils
|
|
ENTRYPOINT /bin/bash
|