add testing repo

This commit is contained in:
Roy Olav Purser 2021-04-30 10:59:46 +02:00
parent f1e23b4a48
commit a82bf7be0d
No known key found for this signature in database
GPG Key ID: 0BA77797F072BC52

View File

@ -1,5 +1,5 @@
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"]
COPY ["stream.py", "/app/stream.py"]