Install some other helpful internet utils
This commit is contained in:
parent
86d97397df
commit
d2d7f4f621
|
@ -5,7 +5,9 @@ RUN apt install -y \
|
|||
jq \
|
||||
curl \
|
||||
nano \
|
||||
vim
|
||||
vim \
|
||||
dnsutils \
|
||||
wget
|
||||
|
||||
COPY ./scripts /scripts
|
||||
WORKDIR /scripts
|
||||
|
|
Loading…
Reference in New Issue