Skip to content

Commit e2cfe1d

Browse files
authored
Update Dockerfile
1 parent f15efac commit e2cfe1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM archlinux:latest
44
RUN pacman -Syu --noconfirm
55
RUN pacman -S --needed git wget base-devel --noconfirm
6-
RUN https://github.com/Jguer/yay/releases/download/v12.1.2/yay_12.1.2_x86_64.tar.gz
6+
RUN wget https://github.com/Jguer/yay/releases/download/v12.1.2/yay_12.1.2_x86_64.tar.gz
77
RUN tar -xf ./yay_12.1.2_x86_64.tar.gz
88
RUN mv ./yay_12.1.2_x86_64/yay /usr/bin/
99
RUN sudo -u nobody yay -Sy

0 commit comments

Comments
 (0)