Added bind tools to alpine install
This commit is contained in:
parent
decd7e788f
commit
3f79df0a0f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user