reset php-fpm/Dockerfile
This commit is contained in:
		@@ -30,8 +30,7 @@ RUN if [ ${CHANGE_SOURCE} = true ]; then \
 | 
				
			|||||||
    # Change application source from deb.debian.org to aliyun source
 | 
					    # Change application source from deb.debian.org to aliyun source
 | 
				
			||||||
    sed -i 's/deb.debian.org/mirrors.aliyun.com/' /etc/apt/sources.list && \
 | 
					    sed -i 's/deb.debian.org/mirrors.aliyun.com/' /etc/apt/sources.list && \
 | 
				
			||||||
    sed -i 's/security.debian.org/mirrors.aliyun.com/' /etc/apt/sources.list && \
 | 
					    sed -i 's/security.debian.org/mirrors.aliyun.com/' /etc/apt/sources.list && \
 | 
				
			||||||
    sed -i 's/security-cdn.debian.org/mirrors.aliyun.com/' /etc/apt/sources.list && \
 | 
					    sed -i 's/security-cdn.debian.org/mirrors.aliyun.com/' /etc/apt/sources.list \
 | 
				
			||||||
    sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list \
 | 
					 | 
				
			||||||
;fi
 | 
					;fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# always run apt update when start and after add new source list, then clean up at end.
 | 
					# always run apt update when start and after add new source list, then clean up at end.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user