Skip to content

Commit

Permalink
Revert temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Jan 5, 2025
1 parent f5c9d60 commit 877068c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/azurelinux/3.0/net10.0/cross/loongarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ ARG ROOTFS_DIR=/crossrootfs/loongarch64
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-crossdeps-builder-amd64 AS builder
ARG ROOTFS_DIR

# temp
RUN rm -rf /scripts && git clone https://github.com/dotnet/arcade --single-branch --depth 1 -b akoeplinger-patch-1 /scripts

RUN rootfsEnv="/usr/local/share/rootfs" && \
python3 -m venv "$rootfsEnv" && \
"$rootfsEnv/bin/python" -m pip install aiohttp zstandard && \
Expand Down

0 comments on commit 877068c

Please sign in to comment.