1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/icecast/Dockerfile

14 lines
168 B
Docker
Raw Normal View History

2016-07-09 18:19:09 +00:00
#
# Dockerfile for icecast
#
FROM alpine
MAINTAINER kev <noreply@easypi.info>
RUN apk add --no-cache icecast
EXPOSE 8000
CMD ["icecast", "-c", "/etc/icecast.xml"]