add testing repo
This commit is contained in:
parent
f1e23b4a48
commit
a82bf7be0d
@ -1,5 +1,5 @@
|
|||||||
FROM alpine:edge as base
|
FROM alpine:edge as base
|
||||||
RUN ["apk", "add", "--no-cache", "streamlink"]
|
RUN ["apk", "add", "--no-cache", "--repository", "https://dl-cdn.alpinelinux.org/alpine/edge/testing", "streamlink"]
|
||||||
RUN ["mkdir", "/app"]
|
RUN ["mkdir", "/app"]
|
||||||
COPY ["stream.py", "/app/stream.py"]
|
COPY ["stream.py", "/app/stream.py"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user