I have a Python project A on GitHub Enterprise and decided to use it in a container B. So I created a Dockerfile for B, FROM python:3.8 with
Dockerfile
FROM python:3.8