mullchatserver-runtime (1)
Installation
docker pull git.glebmail.xyz/mullchat/mullchatserver-runtime:1sha256:567a15f220de851e08f9f274c3544b812414ac89258d78aa1b0466c393e39d6aImage layers
| ADD file:4b1be1de1a1e5aa608c688cad2824587262081866180d7368feb79d33ca05953 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}/ |