Sign inSign up

941design/rpi-python3

By 941design

Updated over 8 years ago

Python3 on raspberry stretch

Image
0

840

941design/rpi-python3 repository overview

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

Tag summary

Content type

Image

Digest

Size

83.2 MB

Last updated

over 8 years ago

docker pull 941design/rpi-python3