mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 22:25:09 +00:00
Merge pull request #276 from africlouds/develop
Install less in bench Dockerfile
This commit is contained in:
commit
90556e75bc
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue