add make and gcc to arch distoolbox

This commit is contained in:
2025-02-19 11:35:07 -05:00
parent c91d903c07
commit 8a095aca22

View File

@@ -90,7 +90,9 @@ RUN pacman -S --noconfirm \
# libmemcachd for python projects # libmemcachd for python projects
libmemcached-awesome \ libmemcached-awesome \
# For distrobox # For distrobox
systemd systemd \
# Code build \
make gcc
######################## ########################
##### Extra Apps ##### ##### Extra Apps #####