diff --git a/bin/docker/build_image.sh b/bin/docker/build_image.sh index 25007e8b6e5bad134a61c8018fe1a6faeb0c5a3a..de15c927e78ad4ecf42893301f42e596b50d2dc4 100755 --- a/bin/docker/build_image.sh +++ b/bin/docker/build_image.sh @@ -43,7 +43,7 @@ if [ "$BUILD_TYPE" == "release" ]; then echo "Building Docker image ${DOCKER_IMAGE} from official Metabase release ${MB_TAG}" # download the official version of Metabase which matches our tag - curl -f -o ${BASEDIR}/metabase.jar http://downloads.metabase.com/${MB_TAG}/metabase.jar + curl -L -f -o ${BASEDIR}/metabase.jar http://downloads.metabase.com/${MB_TAG}/metabase.jar if [[ $? -ne 0 ]]; then echo "Download failed!"