Skip to content

Commit

Permalink
Add bash templater to image
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Nov 15, 2018
1 parent d930c47 commit d8b38d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8b38d4

Please sign in to comment.