Skip to content

Commit

Permalink
https://github.com/weldr/lorax/pull/1369
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Feb 2, 2024
1 parent 35ea4ff commit cd1ac3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/vm.install
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import sys
BOTS_DIR = os.path.realpath(f'{__file__}/../../bots')
sys.path.append(BOTS_DIR)

missing_packages = "cockpit-ws cockpit-bridge fedora-logos"
# coreutils brings in stdbuf https://github.com/cockpit-project/cockpit/issues/19892
missing_packages = "cockpit-ws cockpit-bridge fedora-logos coreutils"
# Install missing firefox dependencies.
# Resolving all dependencies with dnf download is possible,
# but it packs to many packages to updates.img
Expand Down

0 comments on commit cd1ac3e

Please sign in to comment.