diff --git a/infrastructure/graduated/distoolbox/arch-toolbox.containerfile b/infrastructure/graduated/distoolbox/arch-toolbox.containerfile index 86ff7df..6603503 100644 --- a/infrastructure/graduated/distoolbox/arch-toolbox.containerfile +++ b/infrastructure/graduated/distoolbox/arch-toolbox.containerfile @@ -90,7 +90,9 @@ RUN pacman -S --noconfirm \ # libmemcachd for python projects libmemcached-awesome \ # For distrobox - systemd + systemd \ + # Code build \ + make gcc ######################## ##### Extra Apps #####