diff options
Diffstat (limited to '.ci/docker/uhd-builder-ubuntu1804.Dockerfile')
-rw-r--r-- | .ci/docker/uhd-builder-ubuntu1804.Dockerfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.ci/docker/uhd-builder-ubuntu1804.Dockerfile b/.ci/docker/uhd-builder-ubuntu1804.Dockerfile index 8c7f2c29b..2b754eec0 100644 --- a/.ci/docker/uhd-builder-ubuntu1804.Dockerfile +++ b/.ci/docker/uhd-builder-ubuntu1804.Dockerfile @@ -42,5 +42,26 @@ 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/* |