1
0
Fork 0

Install some other helpful internet utils

This commit is contained in:
Raynor 2022-12-22 14:07:31 +00:00
parent 86d97397df
commit d2d7f4f621
1 changed files with 3 additions and 1 deletions

View File

@ -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