mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	Hack for python binary in newer node images
This commit is contained in:
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -68,7 +68,7 @@ pipeline {
 | 
				
			|||||||
					-v "$(pwd)/global:/app/global" \\
 | 
										-v "$(pwd)/global:/app/global" \\
 | 
				
			||||||
					-w /app \\
 | 
										-w /app \\
 | 
				
			||||||
					node:latest \\
 | 
										node:latest \\
 | 
				
			||||||
					sh -c "yarn install && yarn eslint . && rm -rf node_modules"
 | 
										sh -c "ln -s /usr/bin/python3 /usr/bin/python && yarn install && yarn eslint . && rm -rf node_modules"
 | 
				
			||||||
				'''
 | 
									'''
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				echo 'Docker Build ...'
 | 
									echo 'Docker Build ...'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user