2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-24 11:05:29 +00:00

Install less in bench Dockerfile

Without less install, tools like bench --site site_name mariadb are not displaying results
This commit is contained in:
africlouds 2020-06-19 07:44:02 +02:00 committed by GitHub
parent 8ca5879211
commit d17ea1366a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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