Mercurial > dive4elements > river
diff docker/Dockerfile.artifacts @ 9715:278d285a16bf 3.2.x
Ensure needed packages are installed
They might or might not be installed in the base image already.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 22 Mar 2021 14:45:36 +0100 |
parents | 537fe44f2792 |
children | c3afc0274bba |
line wrap: on
line diff
--- a/docker/Dockerfile.artifacts Tue Mar 16 12:19:27 2021 +0100 +++ b/docker/Dockerfile.artifacts Mon Mar 22 14:45:36 2021 +0100 @@ -3,6 +3,10 @@ FROM centos:7 MAINTAINER tom@intevation.de +# Necessary to run further yum-installs inside Docker container, +# if not already part of the base image: +RUN yum -y install yum-plugin-ovl + # Install prerequisites RUN yum -y install maven mercurial