blob: 93354b6b0ca496b084f64dbfbbc2dce42a02009e [file] [log] [blame]
FROM alpine:3.9
RUN set -e -x ;\
apk add --no-cache icecast
USER icecast
COPY standby.ogg /usr/share/icecast/web/standby.ogg
ENTRYPOINT ["/usr/bin/icecast", "-c", "/usr/share/icecast/icecast.xml"]