diff --git a/tests/dockerfiles/Debian_testing.docker b/tests/dockerfiles/Debian_testing.docker index 6cc4949..b95d958 100644 --- a/tests/dockerfiles/Debian_testing.docker +++ b/tests/dockerfiles/Debian_testing.docker @@ -7,13 +7,12 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ libtool \ pkg-config \ build-essential \ - python-docutils \ libcppunit-dev \ swig \ doxygen \ liblog4cpp5-dev \ - python-gtk2 \ - python-scipy \ + python3-docutils \ + python3-scipy \ gnuradio-dev gnuradio libgmp-dev libboost-regex-dev \ libosmocore-dev diff --git a/tests/dockerfiles/Kali.docker b/tests/dockerfiles/Kali.docker index b4a9719..f386049 100644 --- a/tests/dockerfiles/Kali.docker +++ b/tests/dockerfiles/Kali.docker @@ -7,13 +7,12 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ libtool \ pkg-config \ build-essential \ - python-docutils \ libcppunit-dev \ swig \ doxygen \ liblog4cpp5-dev \ - python-gtk2 \ - python-scipy \ + python3-docutils \ + python3-scipy \ gnuradio-dev gnuradio libgmp-dev libboost-regex-dev \ libosmocore-dev