server (v-3.4)
Installation
docker pull git.glebmail.xyz/mullchat/server:v-3.4sha256:487e09fc1231af3ca2bef87c859596ed449c8eae5c4a5bd85abb689a63cc52a3Image 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 && apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/{apt,dpkg,cache,log}/ |
| COPY server /server |