Dockerfile: Small raspbian container with python 3.5.2
A first attempt at a small raspbian container with latest python built in.
My work is lending heavily from Tatsushid on docker hub and by heavily I mean a complete rip :)
docker build -t rpi-python3.5 .
docker run -it generalaardvark/rpi-python3.5