diff options
author | Christian Breunig <christian@breunig.cc> | 2025-05-15 06:50:04 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-05-15 06:50:04 +0200 |
commit | ffcf9b46ae15ae82472f6172ece36823e38d8c09 (patch) | |
tree | 522cd0bee39dd64d7bf3fd1634d97a2f35517fc1 | |
parent | 1545aa4b7618de9f021c7e90e2c9871ec48d0a2a (diff) | |
download | vyos-build-ffcf9b46ae15ae82472f6172ece36823e38d8c09.tar.gz vyos-build-ffcf9b46ae15ae82472f6172ece36823e38d8c09.zip |
Docker: T7253: re-add build-essential dependency for vyos-1x
vyshim consists out of C code which needs the build-essential
package.
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |