Browse Source

Added bsdmainutils for column util

master
Drew Short 4 years ago
parent
commit
0b8ab17b3e
  1. 1
      Dockerfile

1
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

Loading…
Cancel
Save