Sign inSign up

ryandotclair/python

By ryandotclair

Updated almost 5 years ago

A 51.8MB Python 3.9.5-r1 Image

Image
2

2.0K

ryandotclair/python repository overview

3.9.5.r1,Latest: Contains Python 3.9.5-r1, the standard library, and pip3. Based on the Alpine image. 51.8MB in size.

Dockerfile:

FROM alpine
MAINTAINER Ryan Clair <[email protected]>
LABEL Description="This is a minimum Python3.9.5-r1 image based on alpine"
LABEL Version="3.9.5-r1"
RUN apk --update add python3 py3-pip && rm -f /var/cache/apk/*
ENTRYPOINT /bin/ash

Tag summary

Content type

Image

Digest

sha256:bf2f8ad59

Size

22.2 MB

Last updated

almost 5 years ago

docker pull ryandotclair/python