mirror of
				https://github.com/jcefmaven/jcefbuild.git
				synced 2025-11-04 08:33:40 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
FROM friwidev/jcefdocker:windows-latest
 | 
						|
 | 
						|
WORKDIR C:/
 | 
						|
 | 
						|
#Copy cmake patching script
 | 
						|
COPY scripts/patch_cmake.py .
 | 
						|
COPY patch/CMakeLists.txt.patch .
 | 
						|
 | 
						|
#Copy and launch run script
 | 
						|
COPY scripts/run_windows.bat .
 | 
						|
ENTRYPOINT ["run_windows.bat"]
 |