diff --git a/Dockerfile b/Dockerfile index c4736a73..ae74350b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,8 @@ RUN apt-get update && \ libssl-dev \ libffi-dev \ libgit2-dev \ + && git clone -b $VERSION $REPO ${HOME}/armada -RUN git clone -b $VERSION $REPO ${HOME}/armada WORKDIR /root/armada RUN pip install -r requirements.txt \ && sh scripts/libgit2.sh \