mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-05 13:47:16 +02:00
gitlab-ci: install devtools without its dependencies
We only need devtools for the pacman.conf. While currently we install a dozen+ of extra dependencies, weighting in at over 100M. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
c90b1ab2f1
commit
5ec09f5357
@ -59,7 +59,8 @@ get_version:
|
||||
.rootfs:
|
||||
stage: rootfs
|
||||
before_script:
|
||||
- pacman -Syu --noconfirm make devtools fakechroot fakeroot
|
||||
- pacman -Syu --noconfirm make fakechroot fakeroot
|
||||
- pacman -Sdd --noconfirm devtools
|
||||
script:
|
||||
- make $PWD/output/Dockerfile.$GROUP
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user