upgrade linux-libc-dev to fix CVEs (#13076)
This commit is contained in:
		
							parent
							
								
									e08c6bd018
								
							
						
					
					
						commit
						cfadf3f2f7
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -20,11 +20,12 @@ COPY ./1ccl_for_multi_arc.patch /build/
 | 
				
			||||||
     
 | 
					     
 | 
				
			||||||
RUN set -eux && \
 | 
					RUN set -eux && \
 | 
				
			||||||
    #
 | 
					    #
 | 
				
			||||||
    # Update and install basic dependencies
 | 
					    # Update and install basic dependencies, upgrade linux-libc-dev to fix CT7 CVEs
 | 
				
			||||||
    apt-get update && \
 | 
					    apt-get update && \
 | 
				
			||||||
    apt-get install -y --no-install-recommends \
 | 
					    apt-get install -y --no-install-recommends \
 | 
				
			||||||
      curl wget git libunwind8-dev vim less gnupg gpg-agent software-properties-common \
 | 
					      curl wget git libunwind8-dev vim less gnupg gpg-agent software-properties-common \
 | 
				
			||||||
      libfabric-dev wrk libaio-dev numactl && \
 | 
					      libfabric-dev wrk libaio-dev numactl && \
 | 
				
			||||||
 | 
					      linux-libc-dev && \
 | 
				
			||||||
    # 
 | 
					    # 
 | 
				
			||||||
    # Set timezone
 | 
					    # Set timezone
 | 
				
			||||||
    ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
 | 
					    ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue