Skip to content

Commit

Permalink
Merge pull request ublue-os#7 from Renner0E/adw-fix
Browse files Browse the repository at this point in the history
chore: move adw-gtk3 from AUR to arch repos
  • Loading branch information
castrojo authored Aug 17, 2024
2 parents bcd2b77 + c143c85 commit 6ba8043
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN git clone https://github.com/89luca89/distrobox.git --single-branch /tmp/dis

# Install packages Distrobox adds automatically, this speeds up first launch
RUN pacman -S \
adw-gtk-theme \
bash-completion \
bc \
curl \
Expand Down Expand Up @@ -77,10 +78,10 @@ RUN git clone https://aur.archlinux.org/paru-bin.git --single-branch && \
cd paru-bin && \
makepkg -si --noconfirm && \
cd .. && \
rm -drf paru-bin && \
paru -S \
aur/adw-gtk3 \
--noconfirm
rm -drf paru-bin
# paru -S \
# aur/placeholder \
# --noconfirm
USER root
WORKDIR /

Expand Down

0 comments on commit 6ba8043

Please sign in to comment.