From f858878e469b28f9a84d05f255638346344dc803 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 9 Feb 2020 23:56:32 -0600 Subject: [PATCH] Added bsdutils for column --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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