Boxkit build error regarding device space?

Hey All!

I’m trying to create a distrobox container file with some basic software pre-installed for computational social science work (github), and I forked the boxkit project for this. Things worked out pretty well for the most part, but when I tried adding LaTex packages to the container file, the build action on github is failing, with an error reading

<some preceding output on copying and adding layers>....no space left on device): exit status 1
Error: Error: buildah exited with code 1

Would folks have any recommendations on how I can provision more space for the github build machine, or resolve this issue?

Thank you!