mullchatserver-runtime (v-2.2)
Installation
docker pull git.glebmail.xyz/mullchat/mullchatserver-runtime:v-2.2sha256:aef0f13e5500fbbca8aec3717948079471035b0a9bcc4162a066f5854d2e88dbImage layers
| ADD file:5f9954090af042b377ea0d1d184faa64d2e9d4c946b6c3898d52aff47e764056 in / |
| CMD ["bash"] |
| RUN apt update && apt upgrade -y && apt autopurge -y && apt install -y python3 python3-pycryptodome python3-loguru python3-passlib python3-pymemcache python3-psycopg2 python3-pika python3-pip && apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/{apt,dpkg,cache,log}/ && pip install --break-system-packages --index-url https://git.glebmail.xyz/api/packages/mullchat/pypi/simple/ libchat==2.2 |