Skip to content
Snippets Groups Projects
Verified Commit 822a9e8e authored by micah's avatar micah :speech_balloon:
Browse files

Remove protocol from go get, for some reason `go get` doesn't work with it

parent abfc3b18
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y -
# don't need to do bash tricks to keep the layers small, as this is a multi-stage build
ENV GOPATH=/go
WORKDIR $GOPATH
RUN go get -u https://0xacab.org/leap/shapeshifter-dispatcher
RUN go get -u 0xacab.org/leap/shapeshifter-dispatcher/shapeshifter-dispatcher
RUN strip $GOPATH/bin/shapeshifter-dispatcher
RUN go get -u github.com/kumina/openvpn_exporter
RUN strip $GOPATH/bin/openvpn_exporter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment