Removed json python library from init script
This commit is contained in:
parent
141ab15ecb
commit
db6babb13b
1
init.sh
1
init.sh
|
@ -3,7 +3,6 @@
|
||||||
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
|
||||||
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