add testing repo
This commit is contained in:
		@@ -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"]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user