From d17ea1366a045f6580a8042a77a26703538eac7b Mon Sep 17 00:00:00 2001 From: africlouds Date: Fri, 19 Jun 2020 07:44:02 +0200 Subject: [PATCH] Install less in bench Dockerfile Without less install, tools like bench --site site_name mariadb are not displaying results --- build/bench/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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