Browse Source

Installed util-linux package

master
Drew Short 4 years ago
parent
commit
9ded02f503
  1. 2
      Dockerfile

2
Dockerfile

@ -17,11 +17,11 @@ RUN apt-get -y update \
&& apt-get -y --no-install-recommends install \
aspell \
aspell-en \
column \
gawk \
hunspell \
hunspell-en-us \
sed \
util-linux \
&& rm -Rf /var/lib/apt/lists/*
RUN python -m pip install -r /opt/checker/requirements.txt

Loading…
Cancel
Save