upgrade linux-libc-dev to fix CVEs (#13076)

This commit is contained in:
Shaojun Liu 2025-04-15 11:43:53 +08:00 committed by GitHub
parent e08c6bd018
commit cfadf3f2f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,11 +20,12 @@ COPY ./1ccl_for_multi_arc.patch /build/
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 install -y --no-install-recommends \
curl wget git libunwind8-dev vim less gnupg gpg-agent software-properties-common \
libfabric-dev wrk libaio-dev numactl && \
linux-libc-dev && \
#
# Set timezone
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \