Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -139,6 +139,7 @@ RUN apt-get update && \ git clone https://github.com/Homebrew/brew /usr/local/share/brew && \ ln -s /usr/local/share/brew/bin/brew /usr/local/bin/brew && \ brew install --force-bottle \ aws-vault \ envconsul \ gh \ gomplate \ Loading Loading @@ -225,7 +226,6 @@ RUN apt-get update && \ go get github.com/lucagrulla/cw && \ go get sigs.k8s.io/kind@v0.11.1 && \ go get github.com/genuinetools/reg@v0.16.1 && \ go get github.com/99designs/aws-vault && \ go get github.com/gruntwork-io/terragrunt && \ wget 'https://git.shore.co.il/shore/toolbox-build/-/jobs/artifacts/master/raw/toolbox.tar.gz?job=build' -O /tmp/toolbox.tar.gz && \ tar -xzf /tmp/toolbox.tar.gz -C /usr/local/ && \ Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -139,6 +139,7 @@ RUN apt-get update && \ git clone https://github.com/Homebrew/brew /usr/local/share/brew && \ ln -s /usr/local/share/brew/bin/brew /usr/local/bin/brew && \ brew install --force-bottle \ aws-vault \ envconsul \ gh \ gomplate \ Loading Loading @@ -225,7 +226,6 @@ RUN apt-get update && \ go get github.com/lucagrulla/cw && \ go get sigs.k8s.io/kind@v0.11.1 && \ go get github.com/genuinetools/reg@v0.16.1 && \ go get github.com/99designs/aws-vault && \ go get github.com/gruntwork-io/terragrunt && \ wget 'https://git.shore.co.il/shore/toolbox-build/-/jobs/artifacts/master/raw/toolbox.tar.gz?job=build' -O /tmp/toolbox.tar.gz && \ tar -xzf /tmp/toolbox.tar.gz -C /usr/local/ && \ Loading