forked from xdocker/xgeoserver

Alex Leith
2016-03-14 0d67e4fd4f4eb295e422205157a1750a473d5bc6
Remove the cached geoserver.zip

This doesn’t make sense as there is different logic in the Dockerfile
for the geoserver version.
1 files modified
4 ■■■■ changed files
build.sh 4 ●●●● patch | view | raw | blame | history
build.sh
@@ -1,7 +1,3 @@
#!/bin/sh
if [ ! -f resources/geoserver.zip ]
then
    wget -c http://downloads.sourceforge.net/project/geoserver/GeoServer/2.5.2/geoserver-2.5.2-bin.zip -O resources/geoserver.zip
fi
docker build -t kartoza/geoserver .