1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00
dockerfiles/icecast/Dockerfile

14 lines
171 B
Docker
Raw Normal View History

2016-07-09 20:19:09 +02:00
#
# Dockerfile for icecast
#
2021-02-08 11:32:36 +02:00
FROM alpine:3
2016-07-09 20:19:09 +02:00
2021-02-08 11:32:36 +02:00
MAINTAINER EasyPi Software Foundation
2016-07-09 20:19:09 +02:00
RUN apk add --no-cache icecast
EXPOSE 8000
CMD ["icecast", "-c", "/etc/icecast.xml"]