Skip to content

Commit 649198e

Browse files
committed
Clean up /scip-dotnet directory after building the binary
1 parent edb1f1d commit 649198e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ WORKDIR /scip-dotnet
33
ADD . /scip-dotnet
44
RUN dotnet pack
55
ENV PATH="/root/.dotnet/tools:${PATH}"
6-
RUN dotnet tool install --add-source ScipDotnet/bin/Debug/ --global scip-dotnet
6+
RUN dotnet tool install --add-source ScipDotnet/bin/Debug/ --global scip-dotnet
7+
RUN rm -rf /scip-dotnet

0 commit comments

Comments
 (0)