From 5d7799bfa18fabdedd572b13d838f786bae3c94b Mon Sep 17 00:00:00 2001 From: Sebastien Date: Thu, 1 Mar 2018 15:52:42 +0100 Subject: [PATCH] test --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bfb30a6..35169d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ FROM debian:latest -ARG BUILD_NBR -ARG BRANCH_NAME RUN apt-get update RUN apt-get -y upgrade RUN apt-get -y install openjdk-8-jre openjdk-8-jdk curl wget WORKDIR /bot_src +ARG BUILD_NBR +ARG BRANCH_NAME ADD DownloadLast.sh /bot_src/ RUN chmod +x DownloadLast.sh RUN ./DownloadLast.sh ${BRANCH_NAME} ${BUILD_NBR}