Skip to content

Instantly share code, notes, and snippets.

@geowa4
Created March 14, 2016 03:28
Show Gist options
  • Save geowa4/a52d6c26c1c8ad88f5a8 to your computer and use it in GitHub Desktop.
Save geowa4/a52d6c26c1c8ad88f5a8 to your computer and use it in GitHub Desktop.
rpi-blue-python
FROM resin/rpi-raspbian:jessie
RUN apt-get update && \
apt-get install -y \
build-essential \
bluez bluez-tools \
python-dev python-pip \
libglib2.0-dev libboost-python-dev libboost-thread-dev libbluetooth-dev && \
pip install pybluez gattlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment