ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
RUN apk add --no-cache bash curl jq git ffmpeg python3 py3-pip py3-setuptools py3-wheel py3-magic py3-ruamel.yaml py3-aiohttp py3-pillow py3-olm py3-pycryptodome |
COPY --from=lottie /cryptg-*.whl /tmp/ |
RUN pip3 install --break-system-packages /tmp/cryptg-*.whl && rm -f /tmp/cryptg-*.whl |
COPY --from=builder /build/bbctl /usr/local/bin/bbctl |
COPY --from=lottie /usr/lib/librlottie.so* /usr/lib/ |
COPY --from=lottie /usr/local/bin/lottieconverter /usr/local/bin/lottieconverter |
COPY ./docker/run-bridge.sh /usr/local/bin/run-bridge.sh |