We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086c8da commit a8626b9Copy full SHA for a8626b9
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# We just want archlinux with an aur helper already included
2
-# Bump for rebuild on 07/01/2024 18:17 UTC +3
+# Bump for rebuild on 27/11/2024 18:17 UTC +3
3
FROM archlinux:latest
4
RUN pacman -Syu --noconfirm
5
RUN pacman -S --needed git wget base-devel --noconfirm
@@ -12,3 +12,5 @@ RUN passwd -d builduser
12
RUN printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers
13
RUN sudo -u builduser bash -c 'cd ~ && build-yay -S yay --noconfirm'
14
RUN rm -rfv /usr/bin/build-yay
15
+RUN pacman-key --init
16
+RUN pacman-key --populate
0 commit comments