From d97eb69c721d9e43ad859a7b24361f95b8b20349 Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Mon, 10 May 2021 15:42:13 -0500 Subject: ci: Update docker images for Ubuntu with pbuilder This changes adds pbuilder to the docker files to support building dsc into debs for use with uhd_ubuntu_deb.py. Signed-off-by: Steven Koo --- .ci/docker/uhd-builder-ubuntu1804.Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.ci/docker/uhd-builder-ubuntu1804.Dockerfile') diff --git a/.ci/docker/uhd-builder-ubuntu1804.Dockerfile b/.ci/docker/uhd-builder-ubuntu1804.Dockerfile index 1afb27473..ddee8b88d 100644 --- a/.ci/docker/uhd-builder-ubuntu1804.Dockerfile +++ b/.ci/docker/uhd-builder-ubuntu1804.Dockerfile @@ -34,5 +34,12 @@ RUN apt-get update && \ python3-numpy \ python3-pip \ python3-requests \ + # Install deb dependencies + debootstrap \ + devscripts \ + pbuilder \ + debhelper \ + libncurses5-dev \ + python3-ruamel.yaml \ && \ rm -rf /var/lib/apt/lists/* -- cgit v1.2.3