Commit 5721e837 authored by nimrod's avatar nimrod
Browse files

Install kustomize from source.

Buid the go binary. Leaving just one last package from Homebrew. It's
days are numbered!
parent 4e5b190a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,6 @@ RUN apt-get update && \
    ln -s /usr/local/share/brew/bin/brew /usr/local/bin/brew && \
    brew install --force-bottle \
        kompose \
        kustomize \
    && \
    brew cleanup --prune=all -s && \
    ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* && \
@@ -234,6 +233,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 sigs.k8s.io/kustomize/kustomize/v3 && \
    go get github.com/rancher/rke && \
    go get github.com/genuinetools/reg@v0.16.1 && \
    export GO111MODULE=on && \