mirror of
				https://github.com/k4yt3x/video2x.git
				synced 2025-10-31 04:40:59 +01:00 
			
		
		
		
	Merge pull request #471 from PeterDaveHello/fix-docker-build
Fix sources.list path in Dockerfile, cc #470
This commit is contained in:
		
						commit
						079a2aa64b
					
				| @ -18,8 +18,8 @@ LABEL maintainer="Danielle Douglas <ddouglas87@gmail.com>" | |||||||
| LABEL maintainer="Lhanjian <lhjay1@foxmail.com>" | LABEL maintainer="Lhanjian <lhjay1@foxmail.com>" | ||||||
| LABEL maintainer="K4YT3X <k4yt3x@k4yt3x.com>" | LABEL maintainer="K4YT3X <k4yt3x@k4yt3x.com>" | ||||||
| 
 | 
 | ||||||
| RUN sed -i 's/archive.ubuntu.com/old-releases.ubuntu.com/g' sources.list | RUN sed -i 's/archive.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list | ||||||
| RUN sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' sources.list | RUN sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list | ||||||
| 
 | 
 | ||||||
| # run installation | # run installation | ||||||
| RUN apt-get update \ | RUN apt-get update \ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user