-
Notifications
You must be signed in to change notification settings - Fork 1.2k
dotnet-install.sh installs linux-x64, not linux-arm, on an arm32v7 machine #9259
Copy link
Copy link
Closed
Milestone
Description
Steps to reproduce
Create a Dockerfile
FROM arm32v7/buildpack-deps:bionic-scm
# Install .NET CLI dependencies
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libc6 \
libcurl4 \
libgcc1 \
libgssapi-krb5-2 \
libicu60 \
liblttng-ust0 \
libssl1.0.0 \
libstdc++6 \
libunwind8 \
zlib1g \
&& rm -rf /var/lib/apt/lists/*
RUN curl https://dot.net/v1/dotnet-install.sh | bash -s - --version 2.1.300-preview2-008528 --install-dir ~/.dotnetExecute docker build . -t test
Expected behavior
Actual behavior
dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Sdk/2.1.300-preview2-008528/dotnet-sdk-2.1.300-preview2-008528-linux-x64.tar.gz
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.