Skip to content

Instantly share code, notes, and snippets.

@snoe925
Created November 1, 2019 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snoe925/f5e4aeab26536b927c0f1d28abaf993e to your computer and use it in GitHub Desktop.
Save snoe925/f5e4aeab26536b927c0f1d28abaf993e to your computer and use it in GitHub Desktop.
FROM balenalib/armv7hf-debian
# setup all the stuff to build dump1090
RUN apt update -qq && \
apt-get install -y git git-core cmake usbutils libusb-1.0-0-dev build-essential \
debhelper dh-systemd librtlsdr-dev libbladerf-dev \
pkg-config libncurses5-dev lighttpd vim
CMD ["/bin/bash"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment