Skip to content

Commit

Permalink
Added gcc and musl-dev apk's to fix cgo build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
allaryin committed Jun 23, 2022
1 parent fb58b57 commit ca2eb2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ WORKDIR /workspace/helm-s3

COPY . .

RUN apk add --no-cache git
RUN apk add --no-cache \
git \
gcc \
musl-dev

RUN go build -o bin/helms3 \
-mod=vendor \
Expand Down

0 comments on commit ca2eb2e

Please sign in to comment.