network-tools/Dockerfile
Markus Pesch 0104e01dcc
All checks were successful
continuous-integration/drone/push Build is passing
fix: drone, docker-compose, Dockerfile and Makefile
2021-08-30 20:37:14 +02:00

5 lines
105 B
Docker

FROM docker.io/library/alpine:3.14.2
RUN apk add bind-tools curl iputils
ENTRYPOINT [ "sleep", "3600" ]