Sign inSign up

wobesys/python

By wobesys

Updated about 8 years ago

Python dependency on alpine linux

Image
0

172

wobesys/python repository overview

Docker Image

FROM alpine:latest

RUN apk add --update
python3
python3-dev
py-pip
build-base
&& pip3 install virtualenv
&& rm -rf /var/cache/apk/*

Tag summary

Content type

Image

Digest

Size

88.4 MB

Last updated

about 8 years ago

docker pull wobesys/python:v1