Replace "go get" with "go install"

[ci skip]

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
Ivan Kozlovic
2022-07-29 17:23:58 -06:00
parent 05a7aaff45
commit f397e15896

View File

@@ -9,7 +9,7 @@ RUN mkdir -p src/github.com/nats-io && \
cd natscli/nats && \
go build -ldflags "-w -X main.version=${VERSION}" -o /nats
RUN go get github.com/nats-io/nsc
RUN go install github.com/nats-io/nsc@latest
FROM alpine:latest