Added bind tools to alpine install

This commit is contained in:
root 2024-06-20 20:08:32 +00:00
parent decd7e788f
commit 3f79df0a0f

View File

@ -51,8 +51,8 @@ install_packages_alpine() {
[ $? -ne 0 ] && failcheck "Failed running service docker start" [ $? -ne 0 ] && failcheck "Failed running service docker start"
# Install extra packages # Install extra packages
apk add duplicity apache2-utils pipx curl htop &> /dev/null apk add duplicity apache2-utils pipx curl htop bind-tools &> /dev/null
[ $? -ne 0 ] && failcheck "Failed running apk add duplicity apache2-utils pipx curl htop" [ $? -ne 0 ] && failcheck "Failed running apk add duplicity apache2-utils pipx curl htop bind-tools"
# Install b2 through pipx # Install b2 through pipx
pipx install b2 &> /dev/null pipx install b2 &> /dev/null