Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eng/dockerfile-templates/sdk/Dockerfile.linux.aot
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

set pkgs to when(isAlpine,
[
"build-base",
"clang",
"zlib-dev"
],
Expand Down
1 change: 1 addition & 0 deletions src/sdk/8.0/alpine3.18-aot/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ ARG REPO=mcr.microsoft.com/dotnet/sdk
FROM $REPO:8.0.100-rc.1-alpine3.18-amd64

RUN apk add --upgrade --no-cache \
build-base \
clang \
zlib-dev
1 change: 1 addition & 0 deletions src/sdk/8.0/alpine3.18-aot/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ ARG REPO=mcr.microsoft.com/dotnet/sdk
FROM $REPO:8.0.100-rc.1-alpine3.18-arm64v8

RUN apk add --upgrade --no-cache \
build-base \
clang \
zlib-dev