Skip to content
Snippets Groups Projects
Verified Commit ebfe2255 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add hint on system locales and install locales-all in bsae image

parent ae8d628a
No related branches found
No related tags found
1 merge request!998Resolve "Weekdays not translated"
Pipeline #60689 passed
...@@ -14,6 +14,8 @@ Fixed ...@@ -14,6 +14,8 @@ Fixed
* The menu button used to be displayed twice on smaller screens. * The menu button used to be displayed twice on smaller screens.
* The icons were loaded from external servers instead from local server. * The icons were loaded from external servers instead from local server.
* Weekdays were not translated if system locales were missing
* Added locales-all to base image and note to docs
Changed Changed
~~~~~~~ ~~~~~~~
......
...@@ -36,6 +36,7 @@ RUN apt-get -y update && \ ...@@ -36,6 +36,7 @@ RUN apt-get -y update && \
less \ less \
libpq-dev \ libpq-dev \
libssl-dev \ libssl-dev \
locales-all \
postgresql-client-14 \ postgresql-client-14 \
pspg \ pspg \
python3-dev \ python3-dev \
......
...@@ -34,6 +34,7 @@ For an installation on a dedicated server, the following prerequisites are neede ...@@ -34,6 +34,7 @@ For an installation on a dedicated server, the following prerequisites are neede
* nginx * nginx
* Python 3.9 * Python 3.9
* Some system dependencies to build Python modules and manage frontend files * Some system dependencies to build Python modules and manage frontend files
* System locales for all supported languages
* The aforementioned paths * The aforementioned paths
Install system packages Install system packages
...@@ -53,7 +54,8 @@ Install some packages from the Debian package system. ...@@ -53,7 +54,8 @@ Install some packages from the Debian package system.
python3-virtualenv \ python3-virtualenv \
chromium \ chromium \
redis-server \ redis-server \
postgresql postgresql \
locales-all
Create PostgreSQL user and database Create PostgreSQL user and database
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment