Skip to content

Commit

Permalink
Dockerfile: Set GOROOT
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <a.jung@lancs.ac.uk>
  • Loading branch information
nderjung committed Apr 13, 2021
1 parent e1187e7 commit f577ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ RUN set -xe; \

COPY . /go/src/github.com/${ORG}/${BIN}
WORKDIR /go/src/github.com/${ORG}/${BIN}
ENV GOROOT=/usr/local/go

0 comments on commit f577ece

Please sign in to comment.