We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339b429 commit c826460Copy full SHA for c826460
Dockerfile
@@ -19,7 +19,7 @@ WORKDIR /src
19
# version to be used, to avoid pulling from GitHub again (and make this build
20
# work for forks, etc).
21
ENV GOPRIVATE="github.com/G-Research/prommsd"
22
-RUN GO111MODULE=on go get github.com/G-Research/prommsd/cmd/prommsd@$(cat /git-commit-id)
+RUN GO111MODULE=on go install github.com/G-Research/prommsd/cmd/prommsd@$(cat /git-commit-id)
23
24
# final stage
25
FROM alpine
0 commit comments