There was an error while loading. Please reload this page.
1 parent e855506 commit b739e74Copy full SHA for b739e74
1 file changed
.github/workflows/update-image.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
cat > /tmp/Dockerfile <<EOF
25
FROM archlinux:latest
26
- RUN pacman -Syu --needed --noconfirm sudo base-devel cmake ninja fish git clazy qt6-declarative python libpipewire aubio libqalculate && \
+ RUN pacman -Syu --needed --noconfirm sudo base-devel cmake ninja fish git clazy qt6-declarative qt6-shadertools python libpipewire aubio libqalculate && \
27
useradd -m builder && \
28
echo 'builder ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers && \
29
sudo -u builder git clone https://aur.archlinux.org/yay-bin.git /home/builder/yay-bin && \
0 commit comments