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

no need for the mod download

parent 961bd80e
Branches
Tags
No related merge requests found
Pipeline #44513 failed
...@@ -7,7 +7,7 @@ RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y - ...@@ -7,7 +7,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 # don't need to do bash tricks to keep the layers small, as this is a multi-stage build
ENV GOPATH=/go ENV GOPATH=/go
WORKDIR $GOPATH WORKDIR $GOPATH
RUN git clone https://github.com/OperatorFoundation/shapeshifter-dispatcher && cd shapeshifter-dispatcher && go mod download RUN git clone https://github.com/OperatorFoundation/shapeshifter-dispatcher && cd shapeshifter-dispatcher && go build
#RUN go get -u github.com/OperatorFoundation/shapeshifter-dispatcher #RUN go get -u github.com/OperatorFoundation/shapeshifter-dispatcher
RUN strip $GOPATH/bin/shapeshifter-dispatcher RUN strip $GOPATH/bin/shapeshifter-dispatcher
RUN go get -u github.com/kumina/openvpn_exporter RUN go get -u github.com/kumina/openvpn_exporter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment