We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f63d3c2 + 00a5ab6 commit 4dca933Copy full SHA for 4dca933
docker/image/Dockerfile
@@ -40,6 +40,7 @@ RUN apt-get update && \
40
binutils-multiarch \
41
clang-$llvm_version \
42
file \
43
+ cpio \
44
gawk \
45
git \
46
jq \
dotnet-prepare
@@ -108,6 +108,10 @@ function prepare_runtime {
108
backport 51bf70e94b0c "../runtime-patches/Fix-cmakeargs-in-coreclr-proj.patch 7d562f9d2a42 2811e7c7551c"
109
# https://github.com/dotnet/runtime/pull/93875
110
backport 1c80769c0d6e "dc944d57c4f4 3cd64558e864"
111
+ # https://github.com/dotnet/runtime/pull/107559
112
+ backport ab28e0a0c263 4930e1b44027
113
+ # https://github.com/dotnet/runtime/pull/110985
114
+ backport a5eced487f63 1613dd360914
115
116
if [ -s ../runtime-patches/series ]; then
117
rm -rf .pc
0 commit comments