Docker Image
FROM alpine:latest
RUN apk add --update
python3
python3-dev
py-pip
build-base
&& pip3 install virtualenv
&& rm -rf /var/cache/apk/*
Content type
Image
Digest
Size
88.4 MB
Last updated
about 8 years ago
docker pull wobesys/python:v1