add make, gcc, base-devel, and fonts to arch distoolbox

This commit is contained in:
2025-03-04 09:30:57 -05:00
parent 3c1e5540af
commit 495d2bb159

View File

@@ -92,7 +92,11 @@ RUN pacman -S --noconfirm \
# For distrobox
systemd \
# Code build \
make gcc
make gcc \
# makepkg support
base-devel \
# Fonts, so you never have to think about them again
noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra
########################
##### Extra Apps #####