Loading Dockerfile +0 −3 Original line number Diff line number Diff line Loading @@ -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 && \ Loading Loading
Dockerfile +0 −3 Original line number Diff line number Diff line Loading @@ -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 && \ Loading