ci: update image deps
This commit is contained in:
parent
e4c27fad50
commit
6ff823408d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-image.yml
vendored
4
.github/workflows/update-image.yml
vendored
|
|
@ -23,13 +23,13 @@ jobs:
|
|||
run: |
|
||||
cat > /tmp/Dockerfile <<EOF
|
||||
FROM archlinux:latest
|
||||
RUN pacman -Syu --needed --noconfirm sudo base-devel cmake ninja fish git clazy qt6-declarative python && \
|
||||
RUN pacman -Syu --needed --noconfirm sudo base-devel cmake ninja fish git clazy qt6-declarative python libpipewire aubio libqalculate && \
|
||||
useradd -m builder && \
|
||||
echo 'builder ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers && \
|
||||
sudo -u builder git clone https://aur.archlinux.org/yay-bin.git /home/builder/yay-bin && \
|
||||
cd /home/builder/yay-bin && \
|
||||
sudo -u builder makepkg -si --noconfirm && \
|
||||
sudo -u builder yay -S --noconfirm quickshell-git && \
|
||||
sudo -u builder yay -S --noconfirm quickshell-git libcava && \
|
||||
sudo -u builder yay -Yc --noconfirm && \
|
||||
pacman -Rns --noconfirm yay-bin && \
|
||||
sed -i '/builder ALL=(ALL) NOPASSWD:ALL/d' /etc/sudoers && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue