| ADD file:289c2fac17119508ced527225d445747cd177111b4a0018a6b04948ecb3b5e29 in / |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache zlib libpng giflib libstdc++ libgcc # buildkit |
| COPY /usr/lib/librlottie.so* /usr/lib/ # buildkit |
| COPY /lottieconverter/build/lottieconverter /usr/local/bin/lottieconverter # buildkit |
| COPY /cryptg-*.whl / # buildkit |
| /bin/sh -c apk add --no-cache python3 py3-pip py3-setuptools py3-wheel py3-aiohttp py3-magic py3-ruamel.yaml py3-commonmark py3-phonenumbers py3-mako py3-idna py3-rsa py3-pyaes py3-cffi py3-qrcode py3-brotli ffmpeg ca-certificates su-exec netcat-openbsd py3-olm py3-pycryptodome py3-unpaddedbase64 py3-future bash curl jq yq && apk add --no-cache py3-pillow --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community |
| COPY file:524776604d28ef44f741ef2dd6e79002899355c44e356ac87ed8bb925e59f406 in /opt/mautrix-telegram/requirements.txt |
| COPY file:c0cb1ffc2192d6101dde122342b4f27195e219a65fccae042271aefee6241dc7 in /opt/mautrix-telegram/optional-requirements.txt |
| WORKDIR /opt/mautrix-telegram |
| /bin/sh -c apk add --virtual .build-deps python3-dev libffi-dev build-base && pip3 install /cryptg-*.whl && pip3 install --no-cache-dir -r requirements.txt -r optional-requirements.txt && apk del .build-deps && rm -f /cryptg-*.whl |
| COPY dir:9fed4688a2eb68fc4d424486ceb8347800731c12ec5f31fe1113b0be5a9f6f8a in /opt/mautrix-telegram |
| /bin/sh -c apk add git && pip3 install --no-cache-dir .[all] && apk del git && cp mautrix_telegram/example-config.yaml . && rm -rf mautrix_telegram .git build |
| VOLUME [/data] |
| ENV UID=1337 GID=1337 FFMPEG_BINARY=/usr/bin/ffmpeg |
| CMD ["/opt/mautrix-telegram/docker-run.sh"] |
| COPY multi:ab32492abf492b9616646f9b063eb5fc296a0745ed1fca7c753a41ba5188c707 in /data |