From scm-commit at wald.intevation.org Wed May 29 11:22:57 2024 From: scm-commit at wald.intevation.org (Wald Commits) Date: Wed, 29 May 2024 11:22:57 +0200 (CEST) Subject: dive4elements/river@9802: new changeset (1 on 3.2.x) Message-ID: <20240529112257.196054534.scm-commit@wald.intevation.org> New changeset (1 on 3.2.x) in dive4elements/river: pushed by: tomgottfried https://scm.wald.intevation.org/hg/dive4elements/river/rev/a9641367812c changeset: 9802:a9641367812c branch: 3.2.x tag: tip user: Tom Gottfried date: Wed May 29 10:51:00 2024 +0200 summary: Improve locale support in artifacts container -- Repository URL: https://scm.wald.intevation.org/hg/dive4elements/river From scm-commit at wald.intevation.org Wed May 29 11:22:57 2024 From: scm-commit at wald.intevation.org (Wald Commits) Date: Wed, 29 May 2024 11:22:57 +0200 Subject: [PATCH] Improve locale support in artifacts container In-Reply-To: <20240529112257.196054534.scm-commit@wald.intevation.org> References: <20240529112257.196054534.scm-commit@wald.intevation.org> Message-ID: # HG changeset patch # User Tom Gottfried # Date 1716972660 -7200 # Wed May 29 10:51:00 2024 +0200 # Branch 3.2.x # Node ID a9641367812c0965dddfbf294b406f4c272cd625 # Parent 1d7a72a50183ca98d90e69b611c0141281678bef Improve locale support in artifacts container Makes it easier to run scripts e.g. for importing data. diff -r 1d7a72a50183 -r a9641367812c docker/Dockerfile.artifacts --- a/docker/Dockerfile.artifacts Thu Nov 23 10:14:13 2023 +0100 +++ b/docker/Dockerfile.artifacts Wed May 29 10:51:00 2024 +0200 @@ -7,6 +7,9 @@ # if not already part of the base image: RUN yum -q -y install yum-plugin-ovl && rpm --rebuilddb +# Re-install to gain locale support +RUN yum -q -y reinstall glibc-common + # Install prerequisites RUN yum -q -y install maven mercurial curl