# # Dockerfile for icecast # FROM alpine MAINTAINER kev RUN apk add --no-cache icecast EXPOSE 8000 CMD ["icecast", "-c", "/etc/icecast.xml"]