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 9e3516e commit 51bfeabCopy full SHA for 51bfeab
Dockerfile
@@ -3,7 +3,8 @@ WORKDIR /app
3
EXPOSE 80
4
EXPOSE 443
5
6
-FROM mcr.microsoft.com/dotnet/sdk:5.0 AS publish
+# Use hardcoded amd64 SDK image: https://github.com/dotnet/dotnet-docker/issues/1537#issuecomment-755351628
7
+FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim-amd64 AS publish
8
WORKDIR /src
9
COPY src/SolarEdgeExporter/SolarEdgeExporter.csproj SolarEdgeExporter/
10
WORKDIR /src/SolarEdgeExporter
0 commit comments