Skip to content

Commit

Permalink
chore: Swap out xdg-desktop-portal-gnome for xdg-desktop-portal-gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Sep 19, 2023
1 parent 1bb8625 commit 59a2c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RUN sed -i 's/-march=native -mtune=native/-march=x86-64 -mtune=generic/g' /etc/m
xdg-desktop-portal-kde \
--noconfirm && \
pacman -S \
xdg-desktop-portal-gnome \
xdg-desktop-portal-gtk \
--noconfirm && \
useradd -m --shell=/bin/bash build && usermod -L build && \
echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \
Expand Down

0 comments on commit 59a2c38

Please sign in to comment.