Skip to content

Commit

Permalink
Reference explicit framework version in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanela committed Jun 18, 2024
1 parent e125141 commit aa368bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /scip-dotnet
ADD . /scip-dotnet
RUN dotnet pack
ENV PATH="/root/.dotnet/tools:${PATH}"
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
RUN dotnet clean
WORKDIR /app
RUN rm -rf /scip-dotnet

0 comments on commit aa368bc

Please sign in to comment.