#!/bin/sh
apk add python3
apk add py3-pip
pip3 install --break-system-packages slixmpp
apk add py3-requests
exec python3 /bot.py