Commit d2821073 authored by nimrod's avatar nimrod
Browse files

Get aws-vault from Homebrew.

The version built from source has an issue and I really don't have the
inclination to find the cause. The binary from the GitHub release works
so hopefully the Homebrew version will also work.
parent 398bfb10
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 \
@@ -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/ && \