Update Dockerfile

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-14 18:04:35 +03:00 committed by GitHub
parent f15efac44e
commit e2cfe1d621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
FROM archlinux:latest FROM archlinux:latest
RUN pacman -Syu --noconfirm RUN pacman -Syu --noconfirm
RUN pacman -S --needed git wget base-devel --noconfirm RUN pacman -S --needed git wget base-devel --noconfirm
RUN https://github.com/Jguer/yay/releases/download/v12.1.2/yay_12.1.2_x86_64.tar.gz RUN wget https://github.com/Jguer/yay/releases/download/v12.1.2/yay_12.1.2_x86_64.tar.gz
RUN tar -xf ./yay_12.1.2_x86_64.tar.gz RUN tar -xf ./yay_12.1.2_x86_64.tar.gz
RUN mv ./yay_12.1.2_x86_64/yay /usr/bin/ RUN mv ./yay_12.1.2_x86_64/yay /usr/bin/
RUN sudo -u nobody yay -Sy RUN sudo -u nobody yay -Sy