File tree Expand file tree Collapse file tree 1 file changed +21
-7
lines changed
Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -66,16 +66,30 @@ jobs:
6666 RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
6767
6868 # Install build dependencies
69- RUN apt-get update && apt-get install -y \
70- --no-install-recommends \
69+ RUN apt-get update && \
70+ apt-get install -y --no-install-recommends \
71+ apt-utils \
72+ && apt-get install -y --no-install-recommends \
7173 build-essential \
72- debhelper cmake git pkg-config \
73- libusb-1.0-0-dev libzmq3-dev libpq-dev \
74- libssl-dev libsqlite3-dev zlib1g-dev \
75- libairspy-dev libairspyhf-dev libhackrf-dev \
74+ debhelper \
75+ cmake \
76+ git \
77+ pkg-config \
78+ libusb-1.0-0-dev \
79+ libzmq3-dev \
80+ libpq-dev \
81+ libssl-dev \
82+ libsqlite3-dev \
83+ zlib1g-dev \
84+ libairspy-dev \
85+ libairspyhf-dev \
86+ libhackrf-dev \
7687 libpthread-stubs0-dev \
88+ libc6-dev \
89+ linux-libc-dev \
7790 libudev-dev \
78- tzdata ca-certificates \
91+ tzdata \
92+ ca-certificates \
7993 && rm -rf /var/lib/apt/lists/*
8094
8195 # Build and install RTL-SDR
You can’t perform that action at this time.
0 commit comments