From 30ea322cf35ff7aca94239353c8043bee50c7124 Mon Sep 17 00:00:00 2001 From: ayousuf Date: Mon, 12 Sep 2016 15:18:26 +0530 Subject: [PATCH] Correct github jar download link --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index db21e82..52306e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,8 +36,8 @@ RUN adduser --system --group --no-create-home druid \ # Druid (release tarball) #ENV DRUID_VERSION 0.7.1.1 -#RUN wget -q -O - http://static.druid.io/artifacts/releases/druid-services-$DRUID_VERSION-bin.tar.gz | tar -xzf - -C /usr/local -#RUN ln -s /usr/local/druid-services-$DRUID_VERSION /usr/local/druid +#RUN wget -q -O - http://static.druid.io/artifacts/releases/druid-$DRUID_VERSION-bin.tar.gz | tar -xzf - -C /usr/local +#RUN ln -s /usr/local/druid-$DRUID_VERSION /usr/local/druid # Druid (from source) RUN mkdir -p /usr/local/druid/lib