Alpine image with nothing but python3, pip3, and flask installed on it (and dependencies ofc)
279
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"]
Content type
Image
Digest
Size
23.7 MB
Last updated
about 8 years ago
docker pull taigrr/flask