add rtlsdr via soapy to the docker builds; clean up

This commit is contained in:
Jakob Ketterl
2020-01-17 12:58:26 +01:00
parent 0f1d219002
commit 79ab37e6a0
11 changed files with 59 additions and 2 deletions

View File

@ -7,6 +7,7 @@ RUN ln -s /usr/local/lib /usr/local/lib64
ADD docker/scripts/direwolf-1.5.patch /
ADD docker/scripts/install-dependencies.sh /
RUN /install-dependencies.sh
RUN rm /install-dependencies.sh
ADD . /opt/openwebrx