Fixed changed to install json python lib via pip, rather than apk
This commit is contained in:
parent
b0928dfae2
commit
141ab15ecb
2
init.sh
2
init.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue