forked from xdocker/xgeoserver

Tim Sutton
2014-10-13 7b086dc22983aebcbe6e53c5234231d6bb195851
Merge branch 'develop'
1 files modified
1 files added
3 ■■■■ changed files
Dockerfile 2 ●●● patch | view | raw | blame | history
resources/README.txt 1 ●●●● patch | view | raw | blame | history
Dockerfile
@@ -24,7 +24,7 @@
# A little logic that will fetch the geoserver zip file if it
# is not available locally in the resources dir and
RUN if [ ! -f /tmp/resources/geoserver/zip ]; then \
    wget -c http://downloads.sourceforge.net/project/geoserver/GeoServer/2.5.1/geoserver-2.5.1-bin.zip -O /tmpresources/geoserver.zip; \
    wget -c http://downloads.sourceforge.net/project/geoserver/GeoServer/2.5.2/geoserver-2.5.2-bin.zip -O /tmpresources/geoserver.zip; \
    fi; \
    unzip /tmp/resources/geoserver.zip -d /opt && mv -v /opt/geoserver* /opt/geoserver
ENV GEOSERVER_HOME /opt/geoserver
resources/README.txt
New file
@@ -0,0 +1 @@
Resources needed in teh image at build time should be placed here.