Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicFusion authored Aug 14, 2023
1 parent 1052f7a commit f15efac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Bump for rebuild on 14/08/2023 17:30 UTC +3
FROM archlinux:latest
RUN pacman -Syu --noconfirm
RUN pacman -S --needed git base-devel --noconfirm
RUN sudo -u nobody git clone https://aur.archlinux.org/yay.git
RUN cd yay
RUN sudo -u nobody makepkg -s --noconfirm
RUN pacman -U ./yay*.pkg* --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 tar -xf ./yay_12.1.2_x86_64.tar.gz
RUN mv ./yay_12.1.2_x86_64/yay /usr/bin/
RUN sudo -u nobody yay -Sy
RUN sudo -u nobody yay -S yay

0 comments on commit f15efac

Please sign in to comment.