Skip to content
Snippets Groups Projects
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
Branches
No related tags found
No related merge requests found
......@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment