From ffcf9b46ae15ae82472f6172ece36823e38d8c09 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Thu, 15 May 2025 06:50:04 +0200 Subject: [PATCH] Docker: T7253: re-add build-essential dependency for vyos-1x vyshim consists out of C code which needs the build-essential package. --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 2329ff54..f7f4c780 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -207,6 +207,7 @@ RUN pip install --break-system-packages \ git+https://github.com/aristanetworks/j2lint.git@341b5d5db86 \ pyhumps==3.8.0; \ apt-get update && apt-get install -y \ + build-essential \ dh-python \ fakeroot \ iproute2 \