aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/docker/uhd-builder-ubuntu1804.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.ci/docker/uhd-builder-ubuntu1804.Dockerfile')
-rw-r--r--.ci/docker/uhd-builder-ubuntu1804.Dockerfile7
1 files changed, 7 insertions, 0 deletions
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/*