Commit e8524239 authored by nimrod's avatar nimrod
Browse files

Use the same global GOPATH as I in rcfiles.

I'm not sure why that's better, but I remember checking it out and
deciding on that.
parent 2f532c4a
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -133,8 +133,8 @@ RUN wget https://www.mongodb.org/static/pgp/server-4.4.asc -O /tmp/mongo.asc &&
        tox \
    && \
    export GO111MODULE=on && \
    export GOPATH=/usr/local/share/go && \
    mkdir "$GOPATH" && \
    export GOPATH=/usr/lib/go && \
    mkdir -p "$GOPATH" && \
    go get github.com/giantswarm/semver-bump && \
    go get github.com/nishanths/license && \
    go get github.com/jmespath/jp && \