summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2025-12-16 13:42:57 +0100
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2025-12-19 12:55:54 +0100
commitced455d432c716cd4f619bddf7cc7db2b5357d47 (patch)
tree02709112c70536ed7233209d183be21143e6c3fe /docker
parent50b08d3c03115a3896bdbf1a38afb311880de9e8 (diff)
downloadvyos-build-ced455d432c716cd4f619bddf7cc7db2b5357d47.tar.gz
vyos-build-ced455d432c716cd4f619bddf7cc7db2b5357d47.zip
kea: T8092: Build kea from source
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index b8493f05..6d913222 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -331,6 +331,12 @@ RUN git clone -b 4.4.6 https://github.com/perfsonar/i2util.git /tmp/i2util && \
dpkg-buildpackage -uc -us -tc -b && \
dpkg -i /tmp/*i2util*_$(dpkg-architecture -qDEB_HOST_ARCH).deb
+# Package needed for building Kea
+RUN echo "deb http://deb.debian.org/debian bookworm-backports main" \
+ > /etc/apt/sources.list.d/bookworm-backports.list \
+ && apt-get update \
+ && apt install -y -t bookworm-backports meson
+
# Creating image for embedded systems needs this utilities to prepare a image file
RUN apt-get update && apt-get install -y \
parted \