diff --git a/Dockerfile b/Dockerfile index 350024c9..bdc67e76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,9 @@ RUN chmod +x /usr/local/bin/yq COPY --from=cli /usr/local/bin/circleci /usr/local/bin/circleci RUN chmod +x /usr/local/bin/circleci +RUN wget -O /usr/local/bin/templater https://raw.githubusercontent.com/johanhaleby/bash-templater/master/templater.sh +RUN chmod +x /usr/local/bin/templater + ARG VERSION ARG BUILD_DATE ARG VCS_REF