Skip to content

Commit

Permalink
Add opi new dependencies to testsuite: rpm-build, squashfs
Browse files Browse the repository at this point in the history
  • Loading branch information
asdil12 committed Nov 16, 2023
1 parent 14daa70 commit 744a615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_container_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if ! podman image exists $opi_base_image ; then
fi

# opi dependencies
podman exec -it opi_base zypper -n install sudo python3 python3-requests python3-lxml python3-termcolor python3-curses python3-rpm curl
podman exec -it opi_base zypper -n install sudo python3 python3-requests python3-lxml python3-termcolor python3-curses python3-rpm curl rpm-build squashfs

# test dependencies
podman exec -it opi_base zypper -n install python3-pexpect shadow
Expand Down

0 comments on commit 744a615

Please sign in to comment.