Skip to content

Commit

Permalink
💚 install make before building
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaNecron committed Dec 24, 2023
1 parent 7753bb5 commit 4217e72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ARG TARGETARCH

ENV CGO_ENABLED=0

RUN apk add --no-cache make

COPY go.mod go.sum ./
RUN go mod download

Expand Down

0 comments on commit 4217e72

Please sign in to comment.