Sign inSign up

rafahsolis/rpi_python

By rafahsolis

•Updated over 9 years ago

Raspbian weezy with Python & pip

Image
0

97

rafahsolis/rpi_python repository overview

⁠Pull base image

FROM resin/rpi-raspbian:wheezy MAINTAINER Dieter Reuter [email protected]⁠

⁠Install dependencies

RUN apt-get update && apt-get install -y
python
python-dev
python-pip
python-virtualenv
--no-install-recommends &&
rm -rf /var/lib/apt/lists/*

⁠Define working directory

WORKDIR /data

⁠Define default command

CMD ["bash"]

Tag summary

Content type

Image

Digest

Size

84.1 MB

Last updated

over 9 years ago

docker pull rafahsolis/rpi_python:0.0.1