diff options
Diffstat (limited to '.ci/docker/uhd-builder-ubuntu1804.Dockerfile')
-rw-r--r-- | .ci/docker/uhd-builder-ubuntu1804.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |