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 e125141 commit aa368bcCopy full SHA for aa368bc
Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /scip-dotnet
3
ADD . /scip-dotnet
4
RUN dotnet pack
5
ENV PATH="/root/.dotnet/tools:${PATH}"
6
-RUN dotnet tool install --add-source ScipDotnet/bin/Release/ --global scip-dotnet
+RUN dotnet tool install --framework net8.0 --add-source ScipDotnet/bin/Release/ --global scip-dotnet
7
RUN dotnet clean
8
WORKDIR /app
9
RUN rm -rf /scip-dotnet
0 commit comments