Skip to content

Commit

Permalink
Add required dependencies for templater
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Nov 15, 2018
1 parent d8b38d4 commit c5fd8b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ 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 RUN apk add --no-cache bash gawk sed grep bc coreutils
RUN wget -O /usr/local/bin/templater https://raw.githubusercontent.com/johanhaleby/bash-templater/master/templater.sh
RUN chmod +x /usr/local/bin/templater

Expand Down

0 comments on commit c5fd8b1

Please sign in to comment.