FROM debian:buster-slim LABEL maintainer="Drew Short " 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