Commit 5af10e4c authored by nimrod's avatar nimrod
Browse files

Install envconsul from source.

Build the Go binary. One less thing using Homebrew.
parent c606077c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,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 \
        envconsul \
        kompose \
        kustomize \
        rke \
@@ -243,6 +242,7 @@ RUN apt-get update && \
    go install github.com/kaorimatz/mysqldump-loader@v0.4.1 && \
    go install github.com/lucagrulla/cw@latest && \
    go install github.com/kvz/json2hcl@latest && \
    go install github.com/hashicorp/envconsul@latest && \
    go get github.com/genuinetools/reg@v0.16.1 && \
    wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.8.16/deps/rabbitmq_management/bin/rabbitmqadmin -qO /usr/local/bin/rabbitmqadmin && \
    chmod +x /usr/local/bin/rabbitmqadmin && \