Skip to content

Commit e2b50db

Browse files
committed
get builder images working
1 parent cce7ae2 commit e2b50db

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

.github/workflows/build-builder-images.yml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)