Loading Dockerfile +3 −3 Original line number Diff line number Diff line Loading @@ -240,9 +240,9 @@ 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 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; } && \ export GO111MODULE=on && \ go install github.com/giantswarm/semver-bump@latest && \ go install github.com/nishanths/license/v5@latest && \ Loading Loading
Dockerfile +3 −3 Original line number Diff line number Diff line Loading @@ -240,9 +240,9 @@ 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 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; } && \ export GO111MODULE=on && \ go install github.com/giantswarm/semver-bump@latest && \ go install github.com/nishanths/license/v5@latest && \ Loading