Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnicol authored Jan 7, 2022
1 parent 4d240ca commit 8d9a55c
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 @@ -89,8 +89,7 @@ RUN emerge libisoburn 2>&1 | tee -a log
# Should it fail, reverting would be easier.
# Prefer webrsync over sync, to alleviate rsync server load

RUN emerge -uDN --with-bdeps=y @world 2>&1 | tee -a log \
&& echo "[MSG] Docker image built! Launching depclean..."

RUN emerge --depclean 2>&1 | tee -a log
RUN emerge --unmerge gentoo-sources
RUN revdep-rebuild 2>&1 | tee -a log \
Expand Down

0 comments on commit 8d9a55c

Please sign in to comment.