Skip to content

Commit cab67d8

Browse files
authored
Merge pull request #3 from rido-min/arm32
upd arm32 debug
2 parents d5dedce + e916777 commit cab67d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/dotnet-template-azure-iot-edge-module/CSharp/Dockerfile.arm32v7.debug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ RUN useradd -ms /bin/bash moduleuser
88
USER moduleuser
99
RUN curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v latest -l ~/vsdbg
1010

11-
FROM mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim-arm32v7 AS build-env
11+
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
1212
WORKDIR /app
1313

1414
COPY *.csproj ./
15-
RUN dotnet restore
15+
RUN dotnet restore -r linux-arm
1616

1717
COPY . ./
1818
RUN dotnet publish -c Debug -o out

0 commit comments

Comments
 (0)