Skip to content

Commit 2a7c20b

Browse files
committed
fix(dockerfile): use user for pikaur command
1 parent b4455d5 commit 2a7c20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN pacman -Syu --noconfirm && \
1919
git clone https://aur.archlinux.org/pikaur /home/user/pikaur && \
2020
cd /home/user/pikaur && \
2121
makepkg --install --syncdeps --noconfirm" && \
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 && \
22+
sudo -u user 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:

0 commit comments

Comments
 (0)