Skip to content

Commit a61bdf2

Browse files
authored
.
1 parent 366036b commit a61bdf2

File tree

1 file changed

+1
-1
lines changed
  • src/azurelinux/3.0/net10.0/cross/loongarch64

1 file changed

+1
-1
lines changed

src/azurelinux/3.0/net10.0/cross/loongarch64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN rm -rf /scripts && git clone https://github.com/dotnet/arcade --single-branc
99
RUN rootfsEnv="/usr/local/share/rootfs" && \
1010
python3 -m venv "$rootfsEnv" && \
1111
"$rootfsEnv/bin/python" -m pip install aiohttp zstandard && \
12-
PYTHON_EXECUTABLE="$rootfsEnv/bin/python" /scripts/eng/common/cross/build-rootfs.sh loongarch64 sid --skipunmount --skipemulation /scripts
12+
PYTHON_EXECUTABLE="$rootfsEnv/bin/python" /scripts/eng/common/cross/build-rootfs.sh loongarch64 sid --skipunmount --skipemulation
1313

1414
RUN TARGET_TRIPLE="loongarch64-linux-gnu" && \
1515
CLANG_MAJOR_VERSION=$(clang --version | grep -oP "(?<=version )\d+") && \

0 commit comments

Comments
 (0)