You've already forked network-tools
fix: drone, docker-compose, Dockerfile and Makefile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
ARG BASE_IMAGE
|
||||
FROM docker.io/library/alpine:3.14.2
|
||||
|
||||
FROM ${BASE_IMAGE}
|
||||
RUN apk add bind-tools curl iputils
|
||||
|
||||
RUN apk add bind-tools curl iputils
|
||||
ENTRYPOINT [ "sleep", "3600" ]
|
Reference in New Issue
Block a user