aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/docker
diff options
context:
space:
mode:
Diffstat (limited to '.ci/docker')
-rw-r--r--.ci/docker/uhd-builder-fedora34.Dockerfile2
-rw-r--r--.ci/docker/uhd-builder-fedora35.Dockerfile2
-rw-r--r--.ci/docker/uhd-builder-ubuntu1804.Dockerfile2
-rw-r--r--.ci/docker/uhd-builder-ubuntu2004.Dockerfile2
-rw-r--r--.ci/docker/uhd-builder-ubuntu2204.Dockerfile2
5 files changed, 5 insertions, 5 deletions
diff --git a/.ci/docker/uhd-builder-fedora34.Dockerfile b/.ci/docker/uhd-builder-fedora34.Dockerfile
index 3a69bcb97..734438a78 100644
--- a/.ci/docker/uhd-builder-fedora34.Dockerfile
+++ b/.ci/docker/uhd-builder-fedora34.Dockerfile
@@ -48,7 +48,7 @@ RUN dnf install -y \
log4cpp-devel \
zeromq-devel \
cppzmq-devel \
- python3-yaml \
+ python3-ruamel-yaml \
python3-click \
python3-click-plugins \
python3-zmq \
diff --git a/.ci/docker/uhd-builder-fedora35.Dockerfile b/.ci/docker/uhd-builder-fedora35.Dockerfile
index bab37707c..fb79f8bb3 100644
--- a/.ci/docker/uhd-builder-fedora35.Dockerfile
+++ b/.ci/docker/uhd-builder-fedora35.Dockerfile
@@ -48,7 +48,7 @@ RUN dnf install -y \
log4cpp-devel \
zeromq-devel \
cppzmq-devel \
- python3-yaml \
+ python3-ruamel-yaml \
python3-click \
python3-click-plugins \
python3-zmq \
diff --git a/.ci/docker/uhd-builder-ubuntu1804.Dockerfile b/.ci/docker/uhd-builder-ubuntu1804.Dockerfile
index 2b754eec0..720fffc2a 100644
--- a/.ci/docker/uhd-builder-ubuntu1804.Dockerfile
+++ b/.ci/docker/uhd-builder-ubuntu1804.Dockerfile
@@ -57,7 +57,7 @@ RUN apt-get update && \
python3-pyqt5 \
liblog4cpp5-dev \
libzmq3-dev \
- python3-yaml \
+ python3-ruamel.yaml \
python3-click \
python3-click-plugins \
python3-zmq \
diff --git a/.ci/docker/uhd-builder-ubuntu2004.Dockerfile b/.ci/docker/uhd-builder-ubuntu2004.Dockerfile
index 34b535427..9d01fecd1 100644
--- a/.ci/docker/uhd-builder-ubuntu2004.Dockerfile
+++ b/.ci/docker/uhd-builder-ubuntu2004.Dockerfile
@@ -57,7 +57,7 @@ RUN apt-get update && \
python3-pyqt5 \
liblog4cpp5-dev \
libzmq3-dev \
- python3-yaml \
+ python3-ruamel.yaml \
python3-click \
python3-click-plugins \
python3-zmq \
diff --git a/.ci/docker/uhd-builder-ubuntu2204.Dockerfile b/.ci/docker/uhd-builder-ubuntu2204.Dockerfile
index 1ccc7ec86..84ea5b1ac 100644
--- a/.ci/docker/uhd-builder-ubuntu2204.Dockerfile
+++ b/.ci/docker/uhd-builder-ubuntu2204.Dockerfile
@@ -57,7 +57,7 @@ RUN apt-get update && \
python3-pyqt5 \
liblog4cpp5-dev \
libzmq3-dev \
- python3-yaml \
+ python3-ruamel.yaml \
python3-click \
python3-click-plugins \
python3-zmq \