mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2026-05-12 12:57:07 +02:00
Added shairport-sync and snapserver
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache snapcast-server su-exec
|
||||
|
||||
COPY start.sh /usr/local/bin
|
||||
|
||||
ENTRYPOINT [ "/usr/local/bin/start.sh" ]
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
su-exec snapcast /usr/bin/snapserver $@
|
||||
Reference in New Issue
Block a user