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