feature/add-ping-dig-and-nslookup #9
@ -8,6 +8,9 @@ Installed tools:
|
||||
- rsync
|
||||
- mc
|
||||
- nano
|
||||
- ping
|
||||
- dig
|
||||
- nslookup
|
||||
- ubuntu images
|
||||
- unp
|
||||
|
||||
|
@ -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"]
|
||||
|
@ -3,7 +3,8 @@
|
||||
FROM ubuntu:22.04
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y nano mc micro rsync ncdu git curl unp \
|
||||
&& apt-get full-upgrade -y \
|
||||
&& apt-get install -y nano mc micro rsync ncdu git curl unp iputils-ping dnsutils \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
COPY ./bin/ /usr/local/bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user