network-tools/Dockerfile
CSRBot 11f944ffa5
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update dependency docker.io/library/alpine to v3.16.0
2022-07-14 18:15:33 +02:00

5 lines
105 B
Docker

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