Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit c489396

Browse files
committed
Configuration: updated base image and added keyring refresh
1 parent 5b07b0a commit c489396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
FROM oblique/archlinux-yay
2525

26-
RUN sudo pacman --noconfirm -Sy archlinux-keyring \
26+
RUN sudo pacman --noconfirm -Syyu \
27+
&& sudo pacman --noconfirm -Sy archlinux-keyring \
2728
&& sudo pacman --noconfirm -Su \
2829
&& sudo pacman-key --refresh-keys \
2930
&& sudo -u aur yay --noconfirm -S \

0 commit comments

Comments
 (0)