beeper_bridge-manager (latest)

Published 2025-10-06 18:01:26 +00:00 by jakew in jakew/docker-images

Installation

docker pull git.jakew.me/jakew/beeper_bridge-manager:latest
sha256:7a7914ee3c7870f5cc1feb9a18c0b5067ee5ce6e533883cfca0cb142ed4fc3f5

Image layers

ADD alpine-minirootfs-3.21.4-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
Details
Container
2025-10-06 18:01:26 +00:00
14
OCI / Docker
linux/arm64/v8
101 MiB
Versions (1) View all
latest 2025-10-06