Skip to content

Instantly share code, notes, and snippets.

@andrewpmiller
Last active March 6, 2017 09:12
Show Gist options
  • Save andrewpmiller/e52450662f0b958d8d6e97aacd2f721b to your computer and use it in GitHub Desktop.
Save andrewpmiller/e52450662f0b958d8d6e97aacd2f721b to your computer and use it in GitHub Desktop.
Platformio for RPi Dockerfile
FROM resin/rpi-raspbian
RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y curl python
RUN python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment