diff --git a/Dockerfile b/Dockerfile index ca832e6..f9439da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,10 @@ LABEL maintainer="Drew Short " RUN apt-get -y update \ && apt-get -y --no-install-recommends install \ - bash \ + bash \ + bsdmainutils \ jq \ + util-linux \ && rm -Rf /var/lib/apt/lists/* WORKDIR /root