[ChangeDetection] Fix pip issues

This commit is contained in:
Sam Heinz
2024-04-12 17:12:07 +10:00
parent 7d6f524348
commit 519e7c8d03

View File

@@ -53,6 +53,7 @@ $STD apt-get install -y \
python3 \
python3-dev \
python3-pip
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Python3"
msg_info "Setting up Node.js Repository"
@@ -81,6 +82,7 @@ $STD npm prune production --prefix /opt/browserless
msg_ok "Installed Browserless & Playwright"
msg_info "Installing Font Packages"
DEBIAN_FRONTEND=noninteractive
$STD apt-get install -y \
fontconfig \
libfontconfig1 \