Skip to content

Commit

Permalink
Merge branch 'testing' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 5, 2025
2 parents 5d3ed8e + 518a2dd commit 1fe2267
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
compsize \
ryzenadj \
input-remapper \
tuned-profiles-cpu-partitioning \
i2c-tools \
udica \
ladspa-caps-plugins \
Expand All @@ -247,7 +246,6 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
rar \
libxcrypt-compat \
vulkan-tools \
glibc.i686 \
extest.i686 \
xwiimote-ng \
fastfetch \
Expand All @@ -272,12 +270,13 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
lsb_release \
ublue-update \
uupd \
rocm-hip \
rocm-opencl \
rocm-clinfo \
waydroid \
cage \
wlr-randr && \
dnf5 -y --setopt=install_weak_deps=False install \
rocm-hip \
rocm-opencl \
rocm-clinfo && \
mkdir -p /etc/xdg/autostart && \
sed -i~ -E 's/=.\$\(command -v (nft|ip6?tables-legacy).*/=/g' /usr/lib/waydroid/data/scripts/waydroid-net.sh && \
sed -i '1s/^/[include]\npaths = ["\/etc\/ublue-os\/topgrade.toml"]\n\n/' /usr/share/ublue-update/topgrade-user.toml && \
Expand Down

0 comments on commit 1fe2267

Please sign in to comment.