Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			Reviewed-on: #2 Co-authored-by: light7734 <light7734@tuta.io> Co-committed-by: light7734 <light7734@tuta.io>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM alpine:latest
 | |
| 
 | |
| RUN apk add --no-cache \
 | |
|     bash \
 | |
|     curl \
 | |
|     findutils \
 | |
|     git \
 | |
|     libc6-compat \
 | |
|     clang-extra-tools 
 |