We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666e2ea commit 5709d44Copy full SHA for 5709d44
1 file changed
Dockerfile
@@ -3,9 +3,9 @@
3
FROM archlinux:latest
4
RUN pacman -Syu --noconfirm
5
RUN pacman -S --needed git wget base-devel --noconfirm
6
-RUN wget https://github.com/Jguer/yay/releases/download/v12.2.0/yay_12.2.0_x86_64.tar.gz
7
-RUN tar -xf ./yay_12.2.0_x86_64.tar.gz
8
-RUN mv ./yay_12.2.0_x86_64/yay /usr/bin/build-yay
+RUN wget https://github.com/Jguer/yay/releases/download/v12.3.5/yay_12.3.5_x86_64.tar.gz
+RUN tar -xf ./yay_12.3.5_x86_64.tar.gz
+RUN mv ./yay_12.3.5_x86_64/yay /usr/bin/build-yay
9
# Root DANGEROUS BLAH BLAH BLAH
10
RUN useradd builduser -m
11
RUN passwd -d builduser
0 commit comments