File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,21 @@ VOLUME /opt/oomox-gtk-theme/test_results
55ENTRYPOINT /bin/bash
66
77# App dependensies:
8- RUN echo "Update arch deps 2019-03-02 " && \
8+ RUN echo "Update arch deps 2025-12-14 " && \
99 echo -e 'Server = http://archlinux.cu.be/$repo/os/$arch\n Server = http://mirror.metalgamer.eu/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist && \
1010 pacman -Syu --noconfirm && \
11- pacman -S --needed --noconfirm bash grep sed bc glib2 gdk-pixbuf2 sassc gtk-engine-murrine gtk-engines gtk3 make && \
11+ pacman -S --needed --noconfirm bash grep sed bc glib2 gdk-pixbuf2 sassc gtk3 make && \
1212 rm -fr /var/cache/pacman/pkg/ /var/lib/pacman/sync/
1313
1414# Test dependencies:
1515RUN pacman -Syu --noconfirm && \
1616 pacman -S --needed --noconfirm git base-devel && \
1717 (useradd -m user && echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers || true) && \
1818 sudo -u user bash -c "\
19- git clone https://aur.archlinux.org/awf-git /home/user/awf && \
20- cd /home/user/awf && \
19+ git clone https://aur.archlinux.org/pikaur /home/user/pikaur && \
20+ cd /home/user/pikaur && \
2121 makepkg --install --syncdeps --noconfirm" && \
22- pacman -S --needed --noconfirm gtk3-demos ttf-roboto scrot xorg-server-xvfb libfaketime xdotool parallel gnome-themes-extra adwaita-icon-theme openbox xorg-xrdb xorg-xsetroot imagemagick shellcheck && \
22+ pikaur -S --needed --noconfirm gtk3-demos ttf-roboto scrot xorg-server-xvfb libfaketime xdotool parallel gnome-themes-extra adwaita-icon-theme openbox xorg-xrdb xorg-xsetroot imagemagick shellcheck awf-git gtk-engine-murrine gtk-engines && \
2323 rm -fr /var/cache/pacman/pkg/ /var/lib/pacman/sync/
2424
2525# Debug dependencies:
You can’t perform that action at this time.
0 commit comments