Move mage to seperate folder after installing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f6e89d2876
commit
33829d39d2
@ -1,3 +1,6 @@
|
||||
FROM golang:1.13-alpine
|
||||
ENV GO111MODULE=on
|
||||
RUN apk --no-cache add build-base git && go install github.com/magefile/mage
|
||||
RUN apk --no-cache add build-base git && \
|
||||
go install github.com/magefile/mage && \
|
||||
mv /go/bin/mage /usr/local/go/bin # Since we're mounting the source we want to compile into /go, we will overlay the mage binary
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user