First working version
This commit is contained in:
12
icecast-docker/Dockerfile
Normal file
12
icecast-docker/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM ubuntu:xenial
|
||||
RUN apt-get update && apt-get upgrade -y \
|
||||
&& apt-get install icecast2 sudo -y \
|
||||
&& apt-get clean
|
||||
|
||||
COPY entry.sh /entry.sh
|
||||
|
||||
VOLUME ["/etc/icecast2/"]
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["/entry.sh"]
|
||||
Reference in New Issue
Block a user