FROM resin/rpi-raspbian:wheezy MAINTAINER Dieter Reuter [email protected]
RUN apt-get update && apt-get install -y
python
python-dev
python-pip
python-virtualenv
--no-install-recommends &&
rm -rf /var/lib/apt/lists/*
WORKDIR /data
CMD ["bash"]
Content type
Image
Digest
Size
84.1 MB
Last updated
over 9 years ago
docker pull rafahsolis/rpi_python:0.0.1