Skip to content
Snippets Groups Projects
Commit 7647085b authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

add goprivate to Dockerfile

parent 79fa7b50
No related branches found
No related tags found
1 merge request!184Change go module paths
Pipeline #80398 failed
...@@ -5,6 +5,7 @@ ARG BUILDARGS ...@@ -5,6 +5,7 @@ ARG BUILDARGS
RUN apt-get update && apt-get install -y git RUN apt-get update && apt-get install -y git
RUN git config --global url."https://$GITLAB_USER:$GITLAB_TOKEN@code.fbi.h-da.de".insteadOf "https://code.fbi.h-da.de" RUN git config --global url."https://$GITLAB_USER:$GITLAB_TOKEN@code.fbi.h-da.de".insteadOf "https://code.fbi.h-da.de"
RUN go env -w GOPRIVATE=code.fbi.h-da.de/*
WORKDIR /src/gosdn WORKDIR /src/gosdn
COPY go.* ./ COPY go.* ./
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment