Loading Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,7 @@ RUN apt-get update && \ tox \ && \ export GOPATH=/usr/local/lib/go && \ export PATH="$GOPATH/bin:$PATH" && \ mkdir "$GOPATH" && \ go get github.com/keybase/client/go/keybase && \ go install -tags production github.com/keybase/client/go/keybase && \ Loading Loading
Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,7 @@ RUN apt-get update && \ tox \ && \ export GOPATH=/usr/local/lib/go && \ export PATH="$GOPATH/bin:$PATH" && \ mkdir "$GOPATH" && \ go get github.com/keybase/client/go/keybase && \ go install -tags production github.com/keybase/client/go/keybase && \ Loading