diff --git a/Dockerfile b/Dockerfile index f31a6ba1adfe..2da23956802a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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