Skip to content

Commit

Permalink
Fix Dockerfile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Nov 15, 2018
1 parent c5fd8b1 commit 1d74104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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 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 1d74104

Please sign in to comment.