diff --git a/dockerfiles/dbt.Dockerfile b/dockerfiles/dbt.Dockerfile deleted file mode 100644 index 6d1fb38..0000000 --- a/dockerfiles/dbt.Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM python:3.11-slim -LABEL org.opencontainers.image.source=https://github.com/kestra-io/plugin-dbt -LABEL org.opencontainers.image.description="Image with the latest dbt-core Python package including the DuckDB adapter." -RUN pip install --no-cache-dir kestra dbt-duckdb