Tests: Dockerfile: Remove cmake from deps.

This commit is contained in:
Constantine Molchanov 2026-06-10 18:44:14 +04:00
parent 433e48789d
commit c0b96b6827
No known key found for this signature in database
GPG Key ID: 933693C95E59269C

View File

@ -1,7 +1,7 @@
FROM ubuntu:24.04
RUN apt-get update && apt-get install -y --no-install-recommends \
cmake gcc make git curl ca-certificates xz-utils \
gcc make git curl ca-certificates xz-utils \
libc-dev \
iproute2 \
&& rm -rf /var/lib/apt/lists/*