What does FROM python:3.9-slim establish in a Dockerfile?
FROM python:3.9-slim
The final image tag produced by the build.
The base image and Python runtime on which later layers are built.
The Python version installed directly on the Docker host.
The name assigned to every running container.