add tornado

This commit is contained in:
Roy Olav Purser 2021-04-30 11:09:49 +02:00
parent a82bf7be0d
commit 02fa4a73e7
No known key found for this signature in database
GPG Key ID: 0BA77797F072BC52

View File

@ -1,5 +1,5 @@
FROM alpine:edge as base FROM alpine:edge as base
RUN ["apk", "add", "--no-cache", "--repository", "https://dl-cdn.alpinelinux.org/alpine/edge/testing", "streamlink"] RUN ["apk", "add", "--no-cache", "--repository", "https://dl-cdn.alpinelinux.org/alpine/edge/testing", "streamlink", "py3-tornado"]
RUN ["mkdir", "/app"] RUN ["mkdir", "/app"]
COPY ["stream.py", "/app/stream.py"] COPY ["stream.py", "/app/stream.py"]