beeper_bridge-manager (latest)

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

Installation

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

Image Layers

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
Details
Container
2025-06-09 18:01:24 +00:00
6
OCI / Docker
linux/arm64/v8
100 MiB
Versions (1) View all
latest 2025-06-09