Skip to content

Commit

Permalink
airspy_adsb: use bookworm compiles (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf authored Aug 9, 2024
1 parent 67db873 commit 554bdce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN set -x && \
curl \
--location \
--output /tmp/airspy_adsb-linux-arm.tgz \
"https://github.com/wiedehopf/airspy-conf/raw/master/buster/airspy_adsb-linux-arm.tgz" \
"https://github.com/wiedehopf/airspy-conf/raw/master/bookworm/airspy_adsb-linux-arm.tgz" \
&& \
tar \
xvf /tmp/airspy_adsb-linux-arm.tgz \
Expand All @@ -41,7 +41,7 @@ RUN set -x && \
curl \
--location \
--output /tmp/airspy_adsb-linux-armv7.tgz \
"https://github.com/wiedehopf/airspy-conf/raw/master/buster/airspy_adsb-linux-armv7.tgz" \
"https://github.com/wiedehopf/airspy-conf/raw/master/bookworm/airspy_adsb-linux-armv7.tgz" \
&& \
tar \
xvf /tmp/airspy_adsb-linux-armv7.tgz \
Expand All @@ -53,7 +53,7 @@ RUN set -x && \
curl \
--location \
--output /tmp/airspy_adsb-linux-i386.tgz \
"https://github.com/wiedehopf/airspy-conf/raw/master/buster/airspy_adsb-linux-i386.tgz" \
"https://github.com/wiedehopf/airspy-conf/raw/master/bookworm/airspy_adsb-linux-i386.tgz" \
&& \
tar \
xvf /tmp/airspy_adsb-linux-i386.tgz \
Expand All @@ -65,7 +65,7 @@ RUN set -x && \
curl \
--location \
--output /tmp/airspy_adsb-linux-nehalem.tgz \
"https://github.com/wiedehopf/airspy-conf/raw/master/buster/airspy_adsb-linux-nehalem.tgz" \
"https://github.com/wiedehopf/airspy-conf/raw/master/bookworm/airspy_adsb-linux-nehalem.tgz" \
&& \
tar \
xvf /tmp/airspy_adsb-linux-nehalem.tgz \
Expand All @@ -77,7 +77,7 @@ RUN set -x && \
curl \
--location \
--output /tmp/airspy_adsb-linux-x86_64.tgz \
"https://github.com/wiedehopf/airspy-conf/raw/master/buster/airspy_adsb-linux-x86_64.tgz" \
"https://github.com/wiedehopf/airspy-conf/raw/master/bookworm/airspy_adsb-linux-x86_64.tgz" \
&& \
tar \
xvf /tmp/airspy_adsb-linux-x86_64.tgz \
Expand Down

0 comments on commit 554bdce

Please sign in to comment.