We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1add0a5 commit 61b9b58Copy full SHA for 61b9b58
Dockerfile
@@ -3,7 +3,6 @@ FROM golang:1.22 as builder
3
WORKDIR /qq
4
COPY . .
5
ENV CGO_ENABLED 0
6
-RUN go mod download && go mod verify
7
RUN make build
8
RUN apt update -y && apt install jq -y && make test
9
0 commit comments