devkitPro / docker

Dockerfiles for https://hub.docker.com/u/devkitpro/
GNU General Public License v3.0
58 stars 28 forks source link

Actually clear pacman cache #20

Closed zeroZshadow closed 3 years ago

zeroZshadow commented 3 years ago

The original --noconfirm caused pacman to not clean the /opt/devkitpro/pacman/var/cache/pacman/pkg directory. This change will ensure the cache is cleared properly, and should shrink the image a bit further.

Open question: Should devkitARM be included in the devkitPPC image?

WinterMute commented 3 years ago

Thanks for this, I hadn't noticed the cache clear wasn't happening.

We've added devkitARM to the devkitPPC image because it's used to build code for Starlet on Wii.

zeroZshadow commented 3 years ago

Makes sense for the devkitARM, thanks! I've been using dive to check where the size of the image comes from, since it was about 1.52 GB on disk.