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