Mercurial > dive4elements > river
changeset 9802:a9641367812c 3.2.x
Improve locale support in artifacts container
Makes it easier to run scripts e.g. for importing data.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 29 May 2024 10:51:00 +0200 |
parents | 1d7a72a50183 |
children | a440ebd5c23b |
files | docker/Dockerfile.artifacts |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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