mautrix-googlechat (sha256:52355cca4d1f5e9d0b8eae5524eb70fff08d8ead307f6bddf5b75caa7fe56e7d)
Published 2026-06-04 21:55:49 +00:00 by peterswimm
Installation
docker pull git.toilville.dev/peterswimm/mautrix-googlechat@sha256:52355cca4d1f5e9d0b8eae5524eb70fff08d8ead307f6bddf5b75caa7fe56e7dsha256:52355cca4d1f5e9d0b8eae5524eb70fff08d8ead307f6bddf5b75caa7fe56e7dImage layers
| ADD file:4f760ede9d48d6073317cae6d632deaab101f337e09c56a7f9b8847ed99de3e8 in / |
| CMD ["/bin/sh"] |
| /bin/sh -c apk add --no-cache python3 py3-pip py3-setuptools py3-wheel py3-aiohttp py3-magic py3-ruamel.yaml py3-commonmark py3-protobuf py3-idna py3-olm py3-cffi py3-pycryptodome py3-unpaddedbase64 py3-future py3-pysocks py3-aiohttp-socks ca-certificates su-exec bash curl jq yq |
| COPY file:97b75e0584a0542f495961db7f8445896bbc3fcfae9e67ed70c953b042a05094 in /opt/mautrix-googlechat/requirements.txt |
| COPY file:c89582d7143f42eee4669763113bcd99b40b2abf3ba8bdcc6fb80cedaa553ecd in /opt/mautrix-googlechat/optional-requirements.txt |
| WORKDIR /opt/mautrix-googlechat |
| /bin/sh -c apk add --virtual .build-deps python3-dev libffi-dev build-base && pip3 install --no-cache-dir -r requirements.txt -r optional-requirements.txt && apk del .build-deps |
| COPY dir:edc6ab0d46c74d07508bac5a74516bfa6f362e382d25663e568d6340966ba658 in /opt/mautrix-googlechat |
| /bin/sh -c apk add git && pip3 install --no-cache-dir .[all] && apk del git && cp mautrix_googlechat/example-config.yaml . && rm -rf mautrix_googlechat .git build |
| ENV UID=1337 GID=1337 |
| VOLUME [/data] |
| CMD ["/opt/mautrix-googlechat/docker-run.sh"] |