Based on https://github.com/hypriot/rpi-python/blob/python-3.5/alpine/3.5/Dockerfile but with pip3 properly installed.
Dockerfile:
FROM hypriot/rpi-alpine
RUN apk add -U \
python3 \
python3-dev \
py-pip \
py-virtualenv
RUN python3 -m ensurepip
Content type
Image
Digest
Size
83.9 MB
Last updated
over 9 years ago
docker pull vekerdyb/rpi-python3