comparison docker/Dockerfile.geoserv @ 1356:ce24990b3d5c

add licensing hint to docker files * Use LABEL to add a description to the docker images that hints towards the use of gemma and gives the url of the current repo. * Fixes a markdown formatto in the README.md.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 26 Nov 2018 16:12:09 +0100
parents a990a06d9c77
children 9b5993a0551f
comparison
equal deleted inserted replaced
1355:b0ebb77f4ab0 1356:ce24990b3d5c
1 FROM ubuntu:bionic 1 FROM ubuntu:bionic
2 LABEL authors="tom@intevation.de" 2 LABEL authors="tom@intevation.de"
3 LABEL description="Contains software from gemma, for right holders and\
4 licensing infos, see https://hg.intevation.de/gemma ."
3 5
4 RUN sed -i 's/\(deb.*\)$/\1 universe/' /etc/apt/sources.list 6 RUN sed -i 's/\(deb.*\)$/\1 universe/' /etc/apt/sources.list
5 7
6 RUN apt-get update &&\ 8 RUN apt-get update &&\
7 apt-get -y install --no-install-recommends \ 9 apt-get -y install --no-install-recommends \