update dependencies in docker

This commit is contained in:
Jakob Ketterl
2020-01-25 23:52:20 +01:00
parent 49c333b88a
commit cd1f8a7cb1
3 changed files with 3 additions and 3 deletions

View File

@ -24,6 +24,6 @@ apk add --no-cache $STATIC_PACKAGES
apk add --no-cache --virtual .build-deps $BUILD_PACKAGES
git clone https://github.com/pothosware/SoapySDR
cmakebuild SoapySDR a489f3dca9d3ccd9b276b95a608ac3ef0299f635
cmakebuild SoapySDR f722f9ce5b629c3c44401a9bf628b3f8e67a9695
apk del .build-deps