Add git to build step
This commit is contained in:
parent
d8ead6d954
commit
dc16eafea4
@ -3,7 +3,7 @@ FROM golang:alpine AS build
|
||||
RUN mkdir /build
|
||||
ADD . /build
|
||||
WORKDIR /build
|
||||
RUN apk update && apk add --no-cache gcc build-base linux-headers
|
||||
RUN apk update && apk add --no-cache git gcc build-base linux-headers
|
||||
|
||||
ARG VERSION=dev
|
||||
ENV VERSION=${VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user