Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjako committed Jan 24, 2025
1 parent c2e1a73 commit 5bb7171
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ RUN addgroup -g 501 app \

WORKDIR /build

RUN apk update && apk add --no-cache build-base
RUN apk update && apk add --no-cache \
build-base \
gcc \
musl-dev \
git

RUN go env -w GOMODCACHE=/root/.cache/go-build
RUN go env -w CGO_ENABLED=1

Expand Down

0 comments on commit 5bb7171

Please sign in to comment.