docker-based-development-guide/python/Dockerfile

3 lines
50 B
Docker
Raw Normal View History

FROM python:3.7.3-alpine3.9
RUN pip install flask