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

change build image

parent 07fae0d3
No related branches found
No related tags found
2 merge requests!124Resolve "Job Failed #246137",!90Develop
Pipeline #67418 failed
......@@ -4,7 +4,7 @@ ARG GITLAB_TOKEN
ARG BUILDARGS
WORKDIR /src/gosdn
COPY . .
RUN apk add 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 GOOS=linux go build $BUILDARGS ./cmd/gosdn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment