Commit beb9ae22 authored by nimrod's avatar nimrod
Browse files

Install RKE from source.

Build the Go binary. And another Homebrew package is removed.
parent 09188fc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,6 @@ RUN apt-get update && \
    brew install --force-bottle \
        kompose \
        kustomize \
        rke \
    && \
    brew cleanup --prune=all -s && \
    ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* && \
@@ -235,6 +234,7 @@ RUN apt-get update && \
    { go get github.com/keybase/client/go/keybase || true; } && \
    { 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 && \
    export GO111MODULE=on && \
    go install github.com/giantswarm/semver-bump@latest && \
    go install github.com/nishanths/license/v5@latest && \