Fixed changed to install json python lib via pip, rather than apk

This commit is contained in:
j4nk 2024-07-28 12:19:07 -04:00
parent b0928dfae2
commit 141ab15ecb
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
apk add python3 apk add python3
apk add py3-pip apk add py3-pip
pip3 install --break-system-packages slixmpp pip3 install --break-system-packages slixmpp
apk add py3-json pip3 install --break-system-packages json
apk add py3-requests apk add py3-requests
exec python3 /bot.py exec python3 /bot.py