Add clang dependency to docker file
This commit is contained in:
		
							parent
							
								
									a825499d47
								
							
						
					
					
						commit
						25006ee673
					
				| @ -19,6 +19,7 @@ RUN yum install -y --nogpgcheck \ | |||||||
|         bzip2 \ |         bzip2 \ | ||||||
|         boost-devel \ |         boost-devel \ | ||||||
|         ca-certificates \ |         ca-certificates \ | ||||||
|  |         clang \ | ||||||
|         cmake \ |         cmake \ | ||||||
|         curl \ |         curl \ | ||||||
|         curl-devel \ |         curl-devel \ | ||||||
|  | |||||||
| @ -19,6 +19,7 @@ RUN yum install epel-release -y && \ | |||||||
|     astyle \ |     astyle \ | ||||||
|     bison \ |     bison \ | ||||||
|     boost-devel \ |     boost-devel \ | ||||||
|  |     clang \ | ||||||
|     cmake \ |     cmake \ | ||||||
|     createrepo \ |     createrepo \ | ||||||
|     curl-devel \ |     curl-devel \ | ||||||
|  | |||||||
| @ -35,6 +35,7 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-i | |||||||
|         lcov \ |         lcov \ | ||||||
|         libboost-system-dev \ |         libboost-system-dev \ | ||||||
|         libboost-thread-dev \ |         libboost-thread-dev \ | ||||||
|  |         libclang-dev \ | ||||||
|         libcurl4-openssl-dev \ |         libcurl4-openssl-dev \ | ||||||
|         libfuse-dev \ |         libfuse-dev \ | ||||||
|         libjsoncpp-dev \ |         libjsoncpp-dev \ | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user