We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77a9f6 commit 2a30a1fCopy full SHA for 2a30a1f
src/azurelinux/3.0/net10.0/cross/loongarch64/Dockerfile
@@ -3,6 +3,9 @@ ARG ROOTFS_DIR=/crossrootfs/loongarch64
3
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-crossdeps-builder-amd64 AS builder
4
ARG ROOTFS_DIR
5
6
+# temporarily bypass cache to fetch the latest arcade version with recent fixes
7
+RUN rm -rf /scripts && git clone --depth 1 --single-branch https://github.com/dotnet/arcade /scripts
8
+
9
RUN rootfsEnv="/usr/local/share/rootfs" && \
10
python3 -m venv "$rootfsEnv" && \
11
"$rootfsEnv/bin/python" -m pip install aiohttp zstandard && \
0 commit comments