comparison docker/Dockerfile.artifacts @ 9732:a6c6bba0fc4b 3.2.x

Run yum commands silently
author Tom Gottfried <tom@intevation.de>
date Fri, 22 Jul 2022 12:57:11 +0200
parents 1dfcbb09c231
children 93b9034613bc
comparison
equal deleted inserted replaced
9731:1dfcbb09c231 9732:a6c6bba0fc4b
3 FROM centos:7 3 FROM centos:7
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 -y install yum-plugin-ovl && rpm --rebuilddb 8 RUN yum -q -y install yum-plugin-ovl && rpm --rebuilddb
9 9
10 # Install prerequisites 10 # Install prerequisites
11 RUN yum -y install maven mercurial curl 11 RUN yum -q -y install maven mercurial curl
12 12
13 # Add DEMs from demo dataset 13 # Add DEMs from demo dataset
14 ENV DEM_DIR /opt/d4e-river/dgm 14 ENV DEM_DIR /opt/d4e-river/dgm
15 ENV DATA_ARCH demodaten_3.1.10-bis-3.2.x.tar.gz 15 ENV DATA_ARCH demodaten_3.1.10-bis-3.2.x.tar.gz
16 RUN mkdir -p $DEM_DIR 16 RUN mkdir -p $DEM_DIR

http://dive4elements.wald.intevation.org