Skip to content
Snippets Groups Projects
Commit 1b3de8d8 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

use absolute paths

parent 6ba9b840
No related branches found
No related tags found
No related merge requests found
Pipeline #44526 failed
......@@ -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
ENV GOPATH=/go
WORKDIR $GOPATH
RUN git clone https://github.com/OperatorFoundation/shapeshifter-dispatcher && cd shapeshifter-dispatcher && go build
RUN git clone https://github.com/OperatorFoundation/shapeshifter-dispatcher /shapeshifter-dispatcher && cd /shapeshifter-dispatcher && go build
RUN strip /shapeshifter-dispatcher/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.
Please register or to comment