From 0b8ab17b3e7c9c24c2f490878ac692a49ef1c59b Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 1 Feb 2020 14:38:34 -0600 Subject: [PATCH] Added bsdmainutils for column util --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5a6d416..f0d78c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ RUN apt-get -y update \ hunspell-en-us \ sed \ util-linux \ + bsdmainutils \ && rm -Rf /var/lib/apt/lists/* RUN python -m pip install -r /opt/checker/requirements.txt