Sign inSign up

samsys/python2

By samsys

Updated about 8 years ago

python2 and pip Docker image base on alpine ARM plaform. Just only 53MB

Image
0

62

samsys/python2 repository overview

Dockerfile

FROM armhf/alpine

MAINTAINER Daniel Romero [email protected]

RUN apk add --no-cache --update python py2-pip &&
pip install -U pip &&
rm -rf /var/cache/apk/*

WORKDIR /root

Tag summary

Content type

Image

Digest

Size

16.9 MB

Last updated

about 8 years ago

docker pull samsys/python2