Last active
March 6, 2017 09:12
-
-
Save andrewpmiller/e52450662f0b958d8d6e97aacd2f721b to your computer and use it in GitHub Desktop.
Platformio for RPi Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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