Skip to content

Commit c56823e

Browse files
committed
Remove the build files
1 parent 605d74a commit c56823e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ RUN cd /tmp/Stockfish-master/src && \
1414
make profile-build ARCH=x86-64 && \
1515
make install
1616

17+
# Cleanup
18+
RUN rm -Rf /tmp/Stockfish-master /tmp/sf.tar.gz
19+
1720
# Expose the mini-inetd port
1821
EXPOSE 8080
1922

0 commit comments

Comments
 (0)