mirror of
				https://github.com/wiiu-env/libfunctionpatcher.git
				synced 2025-10-31 19:16:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			250 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			250 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM ghcr.io/wiiu-env/devkitppc:20230621
 | |
| 
 | |
| WORKDIR tmp_build
 | |
| COPY . .
 | |
| RUN make clean && make && mkdir -p /artifacts/wums && cp -r lib /artifacts/wums && cp -r include /artifacts/wums
 | |
| WORKDIR /artifacts
 | |
| 
 | |
| FROM scratch
 | |
| COPY --from=0 /artifacts /artifacts | 
