Mercurial > dive4elements > river
comparison docker/Dockerfile.artifacts @ 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 | c670bf2ec4b0 |
children |
comparison
equal
deleted
inserted
replaced
9801:1d7a72a50183 | 9802:a9641367812c |
---|---|
4 MAINTAINER tom@intevation.de | 4 MAINTAINER tom@intevation.de |
5 | 5 |
6 # Necessary to run further yum-installs inside Docker container, | 6 # Necessary to run further yum-installs inside Docker container, |
7 # if not already part of the base image: | 7 # if not already part of the base image: |
8 RUN yum -q -y install yum-plugin-ovl && rpm --rebuilddb | 8 RUN yum -q -y install yum-plugin-ovl && rpm --rebuilddb |
9 | |
10 # Re-install to gain locale support | |
11 RUN yum -q -y reinstall glibc-common | |
9 | 12 |
10 # Install prerequisites | 13 # Install prerequisites |
11 RUN yum -q -y install maven mercurial curl | 14 RUN yum -q -y install maven mercurial curl |
12 | 15 |
13 # Add DEMs from demo dataset | 16 # Add DEMs from demo dataset |