Skip to content

Commit

Permalink
Merge pull request #4579 from thaJeztah/0.11_fix_alpine
Browse files Browse the repository at this point in the history
[0.11] Dockerfile: install musl-dev to fix build on alpine 3.18 and up
  • Loading branch information
tonistiigi authored Jan 24, 2024
2 parents d080776 + 3211c33 commit 435cb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN apk add --no-cache git

# gobuild is base stage for compiling go/cgo
FROM golatest AS gobuild-base
RUN apk add --no-cache file bash clang lld pkgconfig git make
RUN apk add --no-cache file bash clang lld pkgconfig git make musl-dev
COPY --link --from=xx / /

# runc source
Expand Down

0 comments on commit 435cb77

Please sign in to comment.