Tests: Dockerfile: Remove unnecessary deps covered in the base image.

This commit is contained in:
Constantine Molchanov 2026-06-10 14:16:15 +04:00
parent 756558d3e9
commit 842bc16b9e
No known key found for this signature in database
GPG Key ID: 933693C95E59269C

View File

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