1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:50 +02:00
dockerfiles/icecast/Dockerfile

14 lines
167 B
Docker
Raw Normal View History

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