From 141ab15ecb68bc7f82488b2db750b1e9b9f61f5b Mon Sep 17 00:00:00 2001 From: j4nk Date: Sun, 28 Jul 2024 12:19:07 -0400 Subject: [PATCH] Fixed changed to install json python lib via pip, rather than apk --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 2a5be0c..10900d2 100755 --- a/init.sh +++ b/init.sh @@ -3,7 +3,7 @@ apk add python3 apk add py3-pip pip3 install --break-system-packages slixmpp -apk add py3-json +pip3 install --break-system-packages json apk add py3-requests exec python3 /bot.py