mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-15 03:04:19 +01:00
8 lines
139 B
Docker
8 lines
139 B
Docker
FROM alpine:latest
|
|
|
|
RUN apk add --no-cache snapcast-server su-exec
|
|
|
|
COPY start.sh /usr/local/bin
|
|
|
|
ENTRYPOINT [ "/usr/local/bin/start.sh" ]
|