From 8429ed872d30c7d9fdbe3253c59798ccd4595147 Mon Sep 17 00:00:00 2001 From: alegarsan11 Date: Tue, 28 May 2024 09:00:04 +0200 Subject: [PATCH] fix: dependencies --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0f4f783..404ac01 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ export MPLCONFIGDIR=/tmp/matplotlib sudo mkdir -p $MPLCONFIGDIR sudo chown www-data:www-data $MPLCONFIGDIR sudo chmod 777 $MPLCONFIGDIR - +sudo pip install -r requirements.txt # InstalaciĆ³n de dependencias sudo apt-get install -y libfreetype6-dev libxft-dev apache2 sleep 5