summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-01 01:54:16 +0200
committerCayetano Santos2021-06-01 01:54:16 +0200
commita5556a842cee7a042cec4ec49f25f7a62d8e05e8 (patch)
tree2e02689c30ca89322046e3ebd3c00a17f267f367
parentdbef7562e70aa26357d2651d2a73495ca11b8576 (diff)
downloadaur-a5556a842cee7a042cec4ec49f25f7a62d8e05e8.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 b38dd3f3d53a..4d9625dab7bd 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 gcc fakeroot binutils
- useradd -m notroot
- echo "$DOSUDO" > /etc/sudoers.d/notroot