We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa4cda commit b405246Copy full SHA for b405246
content/dotnet-template-azure-iot-edge-module/CSharp/Dockerfile.arm32v7
@@ -1,8 +1,8 @@
1
-FROM mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim-arm32v7 AS build-env
+FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
2
WORKDIR /app
3
4
COPY *.csproj ./
5
-RUN dotnet restore
+RUN dotnet restore -r linux-arm
6
7
COPY . ./
8
RUN dotnet publish -c Release -o out
0 commit comments