Skip to content

Commit a8626b9

Browse files
authored
Update Dockerfile
1 parent 086c8da commit a8626b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# We just want archlinux with an aur helper already included
2-
# Bump for rebuild on 07/01/2024 18:17 UTC +3
2+
# Bump for rebuild on 27/11/2024 18:17 UTC +3
33
FROM archlinux:latest
44
RUN pacman -Syu --noconfirm
55
RUN pacman -S --needed git wget base-devel --noconfirm
@@ -12,3 +12,5 @@ RUN passwd -d builduser
1212
RUN printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers
1313
RUN sudo -u builduser bash -c 'cd ~ && build-yay -S yay --noconfirm'
1414
RUN rm -rfv /usr/bin/build-yay
15+
RUN pacman-key --init
16+
RUN pacman-key --populate

0 commit comments

Comments
 (0)