Commit 8e8771b2 authored by nimrod's avatar nimrod
Browse files

Install aws-vault from source.

parent 164509cc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,6 @@ 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 \
        docker-machine \
        envconsul \
        gh \
@@ -225,6 +224,7 @@ 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 && \
    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/ && \
    wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.8.16/deps/rabbitmq_management/bin/rabbitmqadmin -O /usr/local/bin/rabbitmqadmin && \