mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	chore: Don't flex and don't install bison in CI image (#2210)
Test in: https://github.com/XRPLF/clio/pull/2211
This commit is contained in:
		@@ -33,10 +33,8 @@ RUN apt-get update \
 | 
			
		||||
# Install packages
 | 
			
		||||
RUN apt-get update \
 | 
			
		||||
    && apt-get install -y --no-install-recommends --no-install-suggests \
 | 
			
		||||
        bison \
 | 
			
		||||
        clang-tidy-${LLVM_TOOLS_VERSION} \
 | 
			
		||||
        clang-tools-${LLVM_TOOLS_VERSION} \
 | 
			
		||||
        flex \
 | 
			
		||||
        git \
 | 
			
		||||
        git-lfs \
 | 
			
		||||
        graphviz \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user