update dependencies for docker

This commit is contained in:
Jakob Ketterl 2022-09-20 18:51:09 +02:00
parent 6c01d48493
commit e20d94e241
1 changed files with 2 additions and 2 deletions

View File

@ -31,11 +31,11 @@ popd
rm -rf js8py
git clone https://github.com/jketterl/csdr.git
cmakebuild csdr 0.18.0
cmakebuild csdr 0.18.1
git clone https://github.com/jketterl/pycsdr.git
cd pycsdr
git checkout 0.18.0
git checkout 0.18.1
./setup.py install install_headers
cd ..
rm -rf pycsdr