diff --git a/Dockerfile b/Dockerfile index c96310d58517e48a0de3bace55e552f61a8dbea1..afde0fbfcde5e864dbbba5a35023bb02e5c3ba14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \