mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-06 00:37:06 +00:00
Ensure pip3 is installed before installing email_validator
This commit is contained in:
parent
f5c92d936d
commit
d6cd4e826c
@ -229,6 +229,8 @@ miab_ldap_install() {
|
|||||||
# in non-interactive mode
|
# in non-interactive mode
|
||||||
if [ ! -z "${NONINTERACTIVE:-}" ]; then
|
if [ ! -z "${NONINTERACTIVE:-}" ]; then
|
||||||
H2 "Install email_validator python3 module"
|
H2 "Install email_validator python3 module"
|
||||||
|
wait_for_apt
|
||||||
|
apt-get install -y -qq python3-pip || die "Unable to install pip3!"
|
||||||
pip3 install -q "email_validator>=1.0.0" || die "Unable to install email_validator python3 module!"
|
pip3 install -q "email_validator>=1.0.0" || die "Unable to install email_validator python3 module!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user