DEV Community

Discussion on: Dockerize Flask App

Collapse
 
petargitnik profile image
Petar Gitnik

As a base image you can use Python images from docker hub e.g. python:3.7-buster (for Debian flavor if you want to use apt), saves you from installing manually Python in your image.