travis: Install liborc-0.4-dev needed for gr-iqbal

on Debian Testing and Kali with gnuradio (3.8.0.0-5)

Change-Id: I4512bb734691f553d63cac59fd2c7ba3ccf3f881
This commit is contained in:
Vasil Velichkov 2019-09-09 17:01:18 +03:00 committed by Piotr Krysik
parent c7134fff20
commit 65f95f5ae0
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libosmocore-dev
# packages needed for gr-iqbal and gr-osmosdr
RUN apt-get install -y git libuhd-dev
RUN apt-get install -y git libuhd-dev liborc-0.4-dev
COPY ./ /src/

View File

@ -17,7 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libosmocore-dev
# packages needed for gr-iqbal and gr-osmosdr
RUN apt-get install -y git libuhd-dev
RUN apt-get install -y git libuhd-dev liborc-0.4-dev
COPY ./ /src/