Skip to content

Commit

Permalink
Restore functioning loop (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeglius authored Jan 30, 2025
1 parent 307bace commit 963559c
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 @@ -178,7 +178,7 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
["copr:copr.fedorainfracloud.org:ublue-os:staging"]="fwupd" \
) && \
for repo in "${!toswap[@]}"; do \
for package in "${toswap[@]}"; do dnf5 -y swap --repo=$repo $package $package; done; \
for package in ${toswap[$repo]}; do dnf5 -y swap --repo=$repo $package $package; done; \
done && unset -v toswap repo package && \
dnf5 -y install --enable-repo="*rpmfusion*" \
libaacs \
Expand Down

0 comments on commit 963559c

Please sign in to comment.