From c55e8e510192805fd4e32b52bc411780227d6785 Mon Sep 17 00:00:00 2001 From: bbimber Date: Wed, 10 Feb 2016 18:39:56 -0800 Subject: [PATCH] remove bad cut/paste --- docker/15.3/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/15.3/Dockerfile b/docker/15.3/Dockerfile index 2f419c8..b81185b 100644 --- a/docker/15.3/Dockerfile +++ b/docker/15.3/Dockerfile @@ -44,7 +44,6 @@ run mkdir -p /labkey/configs run mkdir -p /labkey/svn # download latest build -http://teamcity.labkey.org/repository/download/LabKey_LabkeyDISCVR153_Installers/302029:id/discvr/LabKey15.3DISCVR-42302-discvr-bin.tar.gz RUN wget -r --trust-server-names --no-check-certificate http://teamcity.labkey.org/guestAuth/repository/download/${TC_PROJECT}/.lastSuccessful/${DIST_NAME}/${GZ_PREFIX}-{build.number}-${DIST_NAME}-bin.tar.gz RUN mv ./teamcity.labkey.org/guestAuth/repository/download/${TC_PROJECT}/.lastSuccessful/${DIST_NAME}/*.gz ./ RUN rm -Rf ./teamcity.labkey.org