changeset 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 05e844922148
children c3afc0274bba
files docker/Dockerfile.artifacts docker/Dockerfile.gwt-client
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
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
 
--- a/docker/Dockerfile.gwt-client	Tue Mar 16 12:19:27 2021 +0100
+++ b/docker/Dockerfile.gwt-client	Mon Mar 22 14:45:36 2021 +0100
@@ -3,8 +3,12 @@
 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 tomcat gnu-free-sans-fonts
+RUN yum -y install maven mercurial tomcat gnu-free-sans-fonts curl
 
 WORKDIR /opt/d4e
 ENV REPO_URL https://scm.wald.intevation.org/hg/dive4elements/

http://dive4elements.wald.intevation.org