We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e941d2 commit 7988b39Copy full SHA for 7988b39
.ci/linux_arm64/Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update \
10
locales ca-certificates curl git \
11
build-essential gcc g++ cmake libcapstone-dev pkg-config p7zip-full \
12
&& 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 \
+ && curl -LO https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh \
14
&& bash dotnet-install.sh --channel 6.0 \
15
&& bash dotnet-install.sh --channel 8.0 \
16
&& mv /root/.dotnet /usr/share/dotnet \
0 commit comments