Mercurial > dive4elements > river
diff docker/Dockerfile.artifacts @ 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 | c3afc0274bba |
children | 654aaa0d7576 |
line wrap: on
line diff
--- a/docker/Dockerfile.artifacts Mon Jul 12 14:39:58 2021 +0200 +++ b/docker/Dockerfile.artifacts 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 curl