don't install unnecessary dependencies

This commit is contained in:
Jakob Ketterl
2020-05-23 22:53:12 +02:00
parent 1fedd0e50f
commit 5377087848
12 changed files with 16 additions and 27 deletions

View File

@ -21,7 +21,7 @@ cd /tmp
BUILD_PACKAGES="git cmake make gcc g++"
apt-get update
apt-get -y install $BUILD_PACKAGES
apt-get -y install --no-install-recommends $BUILD_PACKAGES
git clone https://github.com/jketterl/owrx_connector.git
cmakebuild owrx_connector 3ffbdcccbe39a5675fd539d959e64885e521eae6