Commit 4e5b190a authored by nimrod's avatar nimrod
Browse files

A little reshuffling.

go get is being deprecated in favor of go install and modules. Run go
get commands before setting GO111MODULE.
parent beb9ae22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,6 +235,7 @@ RUN apt-get update && \
    { go install -tags production github.com/keybase/client/go/keybase || true; } && \
    { go get github.com/keybase/client/go/kbfs/kbfsfuse || true; } && \
    go get github.com/rancher/rke && \
    go get github.com/genuinetools/reg@v0.16.1 && \
    export GO111MODULE=on && \
    go install github.com/giantswarm/semver-bump@latest && \
    go install github.com/nishanths/license/v5@latest && \
@@ -243,7 +244,6 @@ RUN apt-get update && \
    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 && \
    mkdir /usr/local/share/bfg && \