comparison docker/Dockerfile.gwt-client @ 9687:25532d3c0af2 3.2.x

Avoid NPE when trying to print map to PDF
author Tom Gottfried <tom@intevation.de>
date Mon, 03 Aug 2020 16:05:07 +0200
parents 33303817ed37
children 278d285a16bf
comparison
equal deleted inserted replaced
9686:33303817ed37 9687:25532d3c0af2
2 2
3 FROM centos:7 3 FROM centos:7
4 MAINTAINER tom@intevation.de 4 MAINTAINER tom@intevation.de
5 5
6 # Install prerequisites 6 # Install prerequisites
7 RUN yum -y install maven mercurial tomcat 7 RUN yum -y install maven mercurial tomcat gnu-free-sans-fonts
8 8
9 WORKDIR /opt/d4e 9 WORKDIR /opt/d4e
10 ENV REPO_URL https://scm.wald.intevation.org/hg/dive4elements/ 10 ENV REPO_URL https://scm.wald.intevation.org/hg/dive4elements/
11 ENV BRANCH 3.2.x 11 ENV BRANCH 3.2.x
12 RUN hg clone -b $BRANCH $REPO_URL/framework 12 RUN hg clone -b $BRANCH $REPO_URL/framework

http://dive4elements.wald.intevation.org