running clippy fix separating homepage to a file adding summary of network security removing the rewrite structure removing catch unwind adding sealing to persistence redirectng to the upstream fixing some startup endgecases Co-authored-by: Jakub Doka <jakub.doka2@gmail.com> Reviewed-on: SGX/hacker-challenge-sgx#2
		
			
				
	
	
		
			7 lines
		
	
	
		
			201 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			201 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM occlum/occlum:latest-ubuntu20.04
 | |
| COPY challenge.sh /challenge.sh
 | |
| COPY challenge.tar.gz /challenge.tar.gz
 | |
| COPY challenge.qcnl.conf /etc/sgx_default_qcnl.conf
 | |
| WORKDIR /
 | |
| ENTRYPOINT ["/challenge.sh"]
 |