diff --git a/Dockerfile b/Dockerfile index 2f9d55c..1d3b8ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,9 @@ RUN apt install -y \ jq \ curl \ nano \ - vim + vim \ + dnsutils \ + wget COPY ./scripts /scripts WORKDIR /scripts