summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-01 01:59:59 +0200
committerCayetano Santos2021-06-01 01:59:59 +0200
commit428b9222e9f1a8af9177e652ea654d602beac271 (patch)
tree24db73f48d795945b3e1fcd87b3ea398ca882559
parente96326f7cf9e35a4f9f409fbb4a31676ac913ba2 (diff)
downloadaur-428b9222e9f1a8af9177e652ea654d602beac271.tar.gz
ci: include base-devel in archlinux image
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index daa1718de67d..544e8cdec047 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
# * Prepare
-image: archlinux
+image: archlinux/archlinux:base-devel
variables:
DOSUDO: "notroot ALL=(ALL) NOPASSWD: ALL"
@@ -10,7 +10,6 @@ stages:
before_script:
- pacman --noconfirm -Syu
- - pacman --noconfirm -S sudo fakeroot binutils
- useradd -m notroot
- echo "$DOSUDO" > /etc/sudoers.d/notroot