diff --git a/build/bench/Dockerfile b/build/bench/Dockerfile index 5b2a67eb..3c9f1335 100644 --- a/build/bench/Dockerfile +++ b/build/bench/Dockerfile @@ -47,7 +47,8 @@ RUN install_packages \ python3-pip \ python3-setuptools \ python3-tk \ - python-virtualenv + python-virtualenv \ + less RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \ && dpkg-reconfigure --frontend=noninteractive locales