@ -4,8 +4,10 @@ LABEL maintainer="Drew Short <warrick@sothr.com>"
RUN apt-get -y update \
&& apt-get -y --no-install-recommends install \
bash \
bsdmainutils \
jq \
util-linux \
&& rm -Rf /var/lib/apt/lists/*
WORKDIR /root