beeper_bridge-manager (latest)

Published 2025-11-24 18:01:18 +00:00 by jakew in jakew/docker-images

Installation

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

Image layers

ADD alpine-minirootfs-3.21.5-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-11-24 18:01:18 +00:00
14
OCI / Docker
linux/arm64/v8
101 MiB
Versions (1) View all
latest 2025-11-24