mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
fix(bench): debugger fail after bench update
fix debugger fail after bench update error locale.Error: unsupported locale setting add locale to image
This commit is contained in:
parent
15d087059b
commit
56124984d7
@ -48,6 +48,9 @@ RUN install_packages \
|
||||
python3-tk \
|
||||
python-virtualenv
|
||||
|
||||
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
|
||||
|
||||
# Install wkhtmltox correctly
|
||||
RUN wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb
|
||||
RUN dpkg -i wkhtmltox_0.12.5-1.stretch_amd64.deb && rm wkhtmltox_0.12.5-1.stretch_amd64.deb
|
||||
|
Loading…
Reference in New Issue
Block a user