# HG changeset patch # User Tom Gottfried # Date 1716972660 -7200 # 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