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 edb1f1d commit 649198eCopy full SHA for 649198e
Dockerfile
@@ -3,4 +3,5 @@ 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/Debug/ --global scip-dotnet
+RUN dotnet tool install --add-source ScipDotnet/bin/Debug/ --global scip-dotnet
7
+RUN rm -rf /scip-dotnet
0 commit comments