Commit a57138b9 authored by nimrod's avatar nimrod
Browse files

Remove the Keybase CLI.

It's not building anymore. Keybase seems unmaintained (since they were
bought by Slack). I don't use it anymore.
parent 13149ab6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -228,9 +228,6 @@ RUN apt-get update && \
    export GOPATH=/usr/local/lib/go && \
    export PATH="$GOPATH/bin:$PATH" && \
    mkdir "$GOPATH" && \
    { 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 && \