Skip to content

Commit

Permalink
fix: Remove pip installed packages and use newly made rpm packages, f…
Browse files Browse the repository at this point in the history
…ixes python errors when layering some packages.
  • Loading branch information
KyleGospo committed Jul 28, 2024
1 parent 3c09068 commit 5ec9e55
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,8 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
cockpit-navigator \
cockpit-storaged \
ydotool \
lsb_release && \
pip install --prefix=/usr topgrade && \
rpm-ostree install \
lsb_release \
yafti \
ublue-update && \
mkdir -p /usr/etc/xdg/autostart && \
sed -i '1s/^/[include]\npaths = ["\/etc\/ublue-os\/topgrade.toml"]\n\n/' /usr/share/ublue-update/topgrade-user.toml && \
Expand Down Expand Up @@ -624,7 +623,6 @@ RUN rm -f /etc/profile.d/toolbox.sh && \
echo "import \"/usr/share/ublue-os/just/84-bazzite-virt.just\"" >> /usr/share/ublue-os/justfile && \
echo "import \"/usr/share/ublue-os/just/85-bazzite-image.just\"" >> /usr/share/ublue-os/justfile && \
echo "import \"/usr/share/ublue-os/just/90-bazzite-de.just\"" >> /usr/share/ublue-os/justfile && \
pip install --prefix=/usr yafti && \
sed -i 's/stage/none/g' /etc/rpm-ostreed.conf && \
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo && \
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite.repo && \
Expand Down

0 comments on commit 5ec9e55

Please sign in to comment.