diff docker/Dockerfile.gwt-client @ 9720:13e2d38ad314 3.2.x

Improve Docker based setup _ Make CentOS based images more resilient against package installation problems _ Upgrade database image to Debian bullseye to avoid OpenSSL bug that prevented downloading demo data and do some cleanup in passing _ Add docker-compose file for more automated setup
author Tom Gottfried <tom@intevation.de>
date Thu, 24 Feb 2022 18:49:02 +0100
parents 278d285a16bf
children a6c6bba0fc4b
line wrap: on
line diff
--- a/docker/Dockerfile.gwt-client	Mon Jul 12 14:39:58 2021 +0200
+++ b/docker/Dockerfile.gwt-client	Thu Feb 24 18:49:02 2022 +0100
@@ -5,7 +5,7 @@
 
 # Necessary to run further yum-installs inside Docker container,
 # if not already part of the base image:
-RUN yum -y install yum-plugin-ovl
+RUN yum -y install yum-plugin-ovl && rpm --rebuilddb
 
 # Install prerequisites
 RUN yum -y install maven mercurial tomcat gnu-free-sans-fonts curl

http://dive4elements.wald.intevation.org