Skip to content

Commit

Permalink
fix: do not remove portage tree
Browse files Browse the repository at this point in the history
  • Loading branch information
KSmanis committed Oct 15, 2023
1 parent fd25c2a commit 51cc47e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ RUN --mount=type=bind,from=ksmanis/gentoo-distcc:tcp,source=/var/cache/binpkgs,t
emerge --oneshot gentoolkit; \
eclean packages; \
CLEAN_DELAY=0 emerge --depclean gentoolkit; \
find /var/cache/distfiles/ -mindepth 1 -delete -print; \
rm -rf /var/db/repos/gentoo/
find /var/cache/distfiles/ -mindepth 1 -delete -print

FROM distcc-builder AS distcc-tcp
ARG TARGETPLATFORM
Expand Down

0 comments on commit 51cc47e

Please sign in to comment.