server (v-3.2)
Installation
docker pull git.glebmail.xyz/mullchat/server:v-3.2sha256:eb15c946687e43fe3dde46372d6401fffcb62afaf7d660636e1dc8ee9d679305Image layers
| ADD file:3a18b01a2f69e97635b57b21a5f05788548577e3613d300c499d761c7e362490 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 |