Sign inSign up

taigrr/flask

By taigrr

Updated about 8 years ago

Alpine image with nothing but python3, pip3, and flask installed on it (and dependencies ofc)

Image
0

279

taigrr/flask repository overview

FROM alpine LABEL maintainer="Tai Groot <[email protected]>" RUN apk add python3 py3-pip RUN pip3 install --upgrade pip RUN pip3 install flask CMD ["/bin/sh"]

Tag summary

Content type

Image

Digest

Size

23.7 MB

Last updated

about 8 years ago

docker pull taigrr/flask