dashboard
repositories
filestore
activity
search
login
國峰 高
/
xgeoserver
forked from
xdocker/xgeoserver
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add ability to enable strong cryptography with Oracle JDK
Shane
2016-03-11
26553b29654725460983f2d0e19b8206da586c2f
[~ulysseskao/xgeoserver.git]
/
build.sh
1
2
3
4
5
6
7
#!/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 .