From c5fd8b10de5beb8da706a76f606457967497182f Mon Sep 17 00:00:00 2001 From: matfax Date: Thu, 15 Nov 2018 16:32:16 +0100 Subject: [PATCH] Add required dependencies for templater --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bdc67e76..17433e89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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