We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f530eeb commit 46db9efCopy full SHA for 46db9ef
Dockerfile
@@ -1,4 +1,3 @@
1
-FROM apline/git as base
2
FROM golang:1.16-alpine3.13 AS build-go
3
4
ARG GIT_SSH_KEY
@@ -8,7 +7,6 @@ ADD . /go/src/github.com/Workiva/go-datastructures/
8
7
9
ARG GOPATH=/go/
10
ENV PATH $GOPATH/bin:$PATH
11
-RUN git config --global [email protected]:.insteadOf https://github.com
12
RUN echo "Starting the script section" && \
13
go mode vendor && \
14
echo "script section completed"
0 commit comments