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 c97b8f9 commit ba3a553
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 -Prtlsdr -Pbladerf -Phackrf -ui -uc -us && \
dpkg-buildpackage -b -P rtlsdr -P bladerf -P hackrf -ui -uc -us && \
sudo dpkg -i ../readsb_*.deb

FROM base AS release
Expand Down

0 comments on commit ba3a553

Please sign in to comment.