Skip to content

Commit

Permalink
fix: install iscsi package in Mariner
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Mar 15, 2024
1 parent 5007c9d commit 85119b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ installDeps() {

# install additional apparmor deps for 2.0;
if [[ $OS_VERSION == "2.0" ]]; then
for dnf_package in apparmor-parser libapparmor blobfuse2 nftables; do
for dnf_package in apparmor-parser libapparmor blobfuse2 nftables iscsi-initiator-utils; do
if ! dnf_install 30 1 600 $dnf_package; then
exit $ERR_APT_INSTALL_TIMEOUT
fi
Expand Down

0 comments on commit 85119b9

Please sign in to comment.