FROM resin/rpi-raspbian:stretch
RUN apt-get update
RUN apt-get install -y \
python3 \
python3-pip \
--no-install-recommends && \
rm -rf /var/lib/apt/lists/*
CMD /bin/bash
Content type
Image
Digest
Size
83.2 MB
Last updated
over 8 years ago
docker pull 941design/rpi-python3