We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad22f75 commit bb914eaCopy full SHA for bb914ea
docker/Dockerfile
@@ -2,9 +2,10 @@ FROM alpine:3.15.0 as certs
2
RUN apk --update add ca-certificates
3
4
FROM golang:1.18.0-alpine3.15 AS builder
5
-RUN apk add git bash gcc musl-dev upx
+RUN apk add git bash gcc musl-dev upx git
6
WORKDIR /app
7
COPY . .
8
+RUN git submodule update --init
9
RUN go mod tidy
10
RUN go test -v ./...
11
ENV CGO_ENABLED=0
0 commit comments