diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dad0625..7e04cf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ package:debian: package:archlinux: stage: package script: - - pacman -Syu sudo fakeroot systemd binutils python-setuptools --noconfirm + - pacman -Syu sudo fakeroot systemd binutils python-setuptools base-devel --noconfirm - useradd -m -G users -s /bin/bash package - chown -R package:users archlinux - cd archlinux