the example dockerfile is using the astro-runtime as base https://github.com/astronomer/cosmos-example/blob/main/Dockerfile why would I need a full airflow container image ? can't I just use `python:3.10-slim` as base and only install dbt ?
the example dockerfile is using the astro-runtime as base
https://github.com/astronomer/cosmos-example/blob/main/Dockerfile
why would I need a full airflow container image ?
can't I just use
python:3.10-slimas base and only install dbt ?