mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-18 04:34:18 +01:00
Added shairport-sync and snapserver
This commit is contained in:
7
snapserver/Dockerfile
Normal file
7
snapserver/Dockerfile
Normal 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" ]
|
||||
Reference in New Issue
Block a user