Skip to content

Commit

Permalink
Add reflector package
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Aug 30, 2023
1 parent 5683c5d commit 5cdbc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/archlinux/base-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /home/notroot

RUN sudo pacman-key --init && \
sudo pacman -Syu --noconfirm && \
sudo pacman -S --needed --noconfirm git base-devel pacman-contrib && \
sudo pacman -S --needed --noconfirm git base-devel pacman-contrib reflector && \
git clone https://aur.archlinux.org/yay-bin.git --depth=1 && \
cd yay-bin && \
makepkg -si --noconfirm && \
Expand Down

0 comments on commit 5cdbc40

Please sign in to comment.