Added shairport-sync and snapserver

This commit is contained in:
2021-04-23 15:30:10 +02:00
parent 4831813f9f
commit ee7613803d
5 changed files with 46 additions and 1 deletions

7
snapserver/Dockerfile Normal file
View File

@@ -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" ]