Skip to content

Commit 7988b39

Browse files
smx-smxuxmal
authored andcommitted
CI: fix linux_arm64 Dockerfile
same as commit caaa374
1 parent 2e941d2 commit 7988b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/linux_arm64/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update \
1010
locales ca-certificates curl git \
1111
build-essential gcc g++ cmake libcapstone-dev pkg-config p7zip-full \
1212
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
13-
&& curl -O https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh \
13+
&& curl -LO https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh \
1414
&& bash dotnet-install.sh --channel 6.0 \
1515
&& bash dotnet-install.sh --channel 8.0 \
1616
&& mv /root/.dotnet /usr/share/dotnet \

0 commit comments

Comments
 (0)