mullchatserver-runtime (v-2.1)
Installation
docker pull git.glebmail.xyz/mullchat/mullchatserver-runtime:v-2.1sha256:67e269d85ba1713173890a08d8ac1cfc875e28518d369c6330968f996dabbaaaImage layers
| ADD file:5aaace706aa00ff97d243daa2c29f5de88f124e1b97c570634f16eef90783286 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 && apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/{apt,dpkg,cache,log}/ |