diff docker/Dockerfile.gwt-client @ 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 25532d3c0af2
children 13e2d38ad314
line wrap: on
line diff
--- 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