Skip to content

Commit

Permalink
chore: Remove some no longer needed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored and renner0e committed Aug 20, 2024
1 parent 77679d1 commit 78cb7bc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ RUN sed -i 's/#Color/Color/g' /etc/pacman.conf && \
echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers

# Distrobox Integration
USER build
WORKDIR /home/build
RUN git clone https://github.com/KyleGospo/xdg-utils-distrobox-arch.git --single-branch && \
cd xdg-utils-distrobox-arch/trunk && \
makepkg -si --noconfirm && \
cd ../.. && \
rm -drf xdg-utils-distrobox-arch
USER root
WORKDIR /
RUN git clone https://github.com/89luca89/distrobox.git --single-branch /tmp/distrobox && \
cp /tmp/distrobox/distrobox-host-exec /usr/bin/distrobox-host-exec && \
ln -s /usr/bin/distrobox-host-exec /usr/bin/flatpak && \
Expand Down Expand Up @@ -126,7 +117,6 @@ RUN git clone https://aur.archlinux.org/paru-bin.git --single-branch && \
cd .. && \
rm -drf paru-bin && \
paru -S \
aur/xcursor-breeze5 \
aur/adw-gtk3 \
aur/gallery-dl-bin \
--noconfirm
Expand Down

0 comments on commit 78cb7bc

Please sign in to comment.