snapserver (sha256:0a14c749e4ef414d55655245edac268ad34da4f735e40c1dd39c0d80cee4c5c5)
Published 2024-06-17 10:00:28 +08:00 by opnxng
Installation
docker pull git.opnxng.com/opnxng/snapserver@sha256:0a14c749e4ef414d55655245edac268ad34da4f735e40c1dd39c0d80cee4c5c5
sha256:0a14c749e4ef414d55655245edac268ad34da4f735e40c1dd39c0d80cee4c5c5
Image Layers
ADD file:950435a125fa2a5aea588fefa70104867dd0dcb7b7b8da1d9d1facf7fbc75de4 in / |
CMD ["/bin/sh"] |
RUN /bin/sh -c echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories # buildkit |
RUN /bin/sh -c apk add --no-cache gdb librespot snapcast-server dbus avahi avahi-compat-libdns_sd # buildkit |
RUN /bin/sh -c printf '#!/usr/bin/env sh\ndbus-daemon --system\navahi-daemon --no-chroot &\n/usr/bin/snapserver $EXTRA_ARGS\n' > /startup.sh # buildkit |
RUN /bin/sh -c chmod +x /startup.sh # buildkit |
EXPOSE map[1704/tcp:{} 1705/tcp:{}] |
ENTRYPOINT ["/startup.sh"] |