aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/docker
diff options
context:
space:
mode:
Diffstat (limited to '.ci/docker')
-rw-r--r--.ci/docker/uhd-builder-fedora32.Dockerfile1
-rw-r--r--.ci/docker/uhd-builder-fedora33.Dockerfile1
-rw-r--r--.ci/docker/uhd-builder-ubuntu1804.Dockerfile1
-rw-r--r--.ci/docker/uhd-builder-ubuntu2004.Dockerfile1
4 files changed, 4 insertions, 0 deletions
diff --git a/.ci/docker/uhd-builder-fedora32.Dockerfile b/.ci/docker/uhd-builder-fedora32.Dockerfile
index 8500397a8..e495364c9 100644
--- a/.ci/docker/uhd-builder-fedora32.Dockerfile
+++ b/.ci/docker/uhd-builder-fedora32.Dockerfile
@@ -7,6 +7,7 @@ LABEL maintainer="Ettus Research"
RUN dnf install -y \
boost-devel \
ccache \
+ clang \
cmake \
doxygen \
dpdk \
diff --git a/.ci/docker/uhd-builder-fedora33.Dockerfile b/.ci/docker/uhd-builder-fedora33.Dockerfile
index 0ae0a64a5..08d34de80 100644
--- a/.ci/docker/uhd-builder-fedora33.Dockerfile
+++ b/.ci/docker/uhd-builder-fedora33.Dockerfile
@@ -7,6 +7,7 @@ LABEL maintainer="Ettus Research"
RUN dnf install -y \
boost-devel \
ccache \
+ clang \
cmake \
doxygen \
dpdk \
diff --git a/.ci/docker/uhd-builder-ubuntu1804.Dockerfile b/.ci/docker/uhd-builder-ubuntu1804.Dockerfile
index ddee8b88d..8c7f2c29b 100644
--- a/.ci/docker/uhd-builder-ubuntu1804.Dockerfile
+++ b/.ci/docker/uhd-builder-ubuntu1804.Dockerfile
@@ -12,6 +12,7 @@ RUN apt-get update && \
apt-get -y install -q \
build-essential \
ccache \
+ clang \
curl \
git \
sudo \
diff --git a/.ci/docker/uhd-builder-ubuntu2004.Dockerfile b/.ci/docker/uhd-builder-ubuntu2004.Dockerfile
index 2206e566a..e99f4764f 100644
--- a/.ci/docker/uhd-builder-ubuntu2004.Dockerfile
+++ b/.ci/docker/uhd-builder-ubuntu2004.Dockerfile
@@ -12,6 +12,7 @@ RUN apt-get update && \
apt-get -y install -q \
build-essential \
ccache \
+ clang \
curl \
git \
sudo \