forked from mirror/fake-firehose
Install some other helpful internet utils
This commit is contained in:
parent
86d97397df
commit
d2d7f4f621
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ RUN apt install -y \
|
||||||
jq \
|
jq \
|
||||||
curl \
|
curl \
|
||||||
nano \
|
nano \
|
||||||
vim
|
vim \
|
||||||
|
dnsutils \
|
||||||
|
wget
|
||||||
|
|
||||||
COPY ./scripts /scripts
|
COPY ./scripts /scripts
|
||||||
WORKDIR /scripts
|
WORKDIR /scripts
|
||||||
|
|
Loading…
Add table
Reference in a new issue