Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 15, 2017
0 parents commit 8de58f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM python:3-alpine
RUN apk add gcc musl-dev --no-cache \
&& pip install streamlink \
&& apk del gcc musl-dev --no-cache \
&& rm -Rf /tmp/*
EXPOSE 8080
ENTRYPOINT ["streamlink", \
"--player-external-http", \
"--player-external-http-port", "8080" \
]

1 comment on commit 8de58f6

@rollykaunang
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mika56
Sorry Newbie,
How to install into Unraid 6 docker?
Thank U so much.

Please sign in to comment.