mautrix-googlechat (sha256:890f5a1ed7a9742bbda80b3018ba0a4e9aa4412901cf1093de5887084ad40197)
Published 2026-06-04 21:55:49 +00:00 by peterswimm
Installation
docker pull git.toilville.dev/peterswimm/mautrix-googlechat@sha256:890f5a1ed7a9742bbda80b3018ba0a4e9aa4412901cf1093de5887084ad40197sha256:890f5a1ed7a9742bbda80b3018ba0a4e9aa4412901cf1093de5887084ad40197Image layers
| ADD file:aa183dc07d0f6a47c02f7f1388fa0ce4639ad328111172149be7c7c65d634ded in / |
| CMD ["/bin/sh"] |
| RUN /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 # buildkit |
| COPY requirements.txt /opt/mautrix-googlechat/requirements.txt # buildkit |
| COPY optional-requirements.txt /opt/mautrix-googlechat/optional-requirements.txt # buildkit |
| WORKDIR /opt/mautrix-googlechat |
| RUN /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 # buildkit |
| COPY . /opt/mautrix-googlechat # buildkit |
| RUN /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 # buildkit |
| ENV UID=1337 GID=1337 |
| VOLUME [/data] |
| CMD ["/opt/mautrix-googlechat/docker-run.sh"] |