diff --git a/tests/test_env/deploy.sh b/tests/test_env/deploy.sh index b7f8aef..423f078 100755 --- a/tests/test_env/deploy.sh +++ b/tests/test_env/deploy.sh @@ -1,5 +1,7 @@ #!/bin/sh +apt update + DEBIAN_FRONTEND=noninteractive apt-get install ldap-utils slapd -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y DEBIAN_FRONTEND=noninteractive apt-get install samba -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y DEBIAN_FRONTEND=noninteractive apt-get install winbind -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y