diff options
Diffstat (limited to '.ci/docker/uhd-builder-ubuntu2004.Dockerfile')
-rw-r--r-- | .ci/docker/uhd-builder-ubuntu2004.Dockerfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.ci/docker/uhd-builder-ubuntu2004.Dockerfile b/.ci/docker/uhd-builder-ubuntu2004.Dockerfile index e99f4764f..34b535427 100644 --- a/.ci/docker/uhd-builder-ubuntu2004.Dockerfile +++ b/.ci/docker/uhd-builder-ubuntu2004.Dockerfile @@ -42,6 +42,27 @@ RUN apt-get update && \ debhelper \ libncurses5-dev \ python3-ruamel.yaml \ + # Install GNURadio dependencies + python3-sphinx \ + python3-lxml \ + libsdl1.2-dev \ + libgsl-dev \ + libqwt-qt5-dev \ + libqt5opengl5-dev \ + libgmp3-dev \ + libfftw3-dev \ + swig \ + gir1.2-gtk-3.0 \ + libpango1.0-dev \ + python3-pyqt5 \ + liblog4cpp5-dev \ + libzmq3-dev \ + python3-yaml \ + python3-click \ + python3-click-plugins \ + python3-zmq \ + python3-scipy \ + python3-gi-cairo \ && \ rm -rf /var/lib/apt/lists/* |