Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Jul 4, 2024
1 parent fffefb6 commit 9363a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apt install --no-install-recommends --no-install-suggests -y \
git clone --depth 20 https://github.com/wiedehopf/readsb.git && \
cd readsb && \
export DEB_BUILD_OPTIONS=noddebs && \
dpkg-buildpackage -b -P=rtlsdr -P=bladerf -P=hackrf -ui -uc -us && \
dpkg-buildpackage -b --build-profiles=rtlsdr -P=rtlsdr -P=bladerf -P=hackrf -ui -uc -us && \
sudo dpkg -i ../readsb_*.deb

FROM base AS release
Expand Down

0 comments on commit 9363a9e

Please sign in to comment.