feature/add-ping-dig-and-nslookup
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
FROM alpine:3.18
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache nano mc micro rsync ncdu git curl openssh-client
|
||||
apk add --no-cache nano mc micro rsync ncdu git curl openssh-client iputils bind-tools
|
||||
COPY ./bin/ /usr/local/bin
|
||||
|
||||
ENTRYPOINT ["sleep", "infinity"]
|
||||
|
Reference in New Issue
Block a user