ci: add clang_format Dockerfileg
This commit is contained in:
		
							parent
							
								
									3ea2a85a94
								
							
						
					
					
						commit
						1824fbc09f
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		
							
								
								
									
										12
									
								
								tools/ci/images/clang_format/Dockerfile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								tools/ci/images/clang_format/Dockerfile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,12 @@ | |||
| FROM alpine:latest | ||||
| 
 | ||||
| RUN apk add --no-cache \ | ||||
|     bash \ | ||||
|     curl \ | ||||
|     findutils \ | ||||
|     git \ | ||||
|     libc6-compat \ | ||||
|     tar \ | ||||
|     clang-extra-tools | ||||
| 
 | ||||
| RUN clang-format --version && exit 1 | ||||
		Loading…
	
	Add table
		
		Reference in a new issue