From 8d08e3dabc0190badc08c3b8eaae06ae5e39aaf8 Mon Sep 17 00:00:00 2001 From: Tim Sutton <tim@linfiniti.com> Date: Mon, 13 Oct 2014 05:02:40 +0800 Subject: [PATCH] Fix typo in geoserver.zip filename --- Dockerfile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Dockerfile b/Dockerfile index d257a7c..b36accc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,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 \ +RUN if [ ! -f /tmp/resources/geoserver.zip ]; then \ 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 -- Gitblit v0.0.0-SNAPSHOT