Skip to content

Commit

Permalink
Update dbt.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Jun 13, 2024
1 parent 275b5b0 commit 6492217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/dbt.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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 most common officially supported adapters."
RUN pip install --no-cache-dir kestra dbt-bigquery dbt-snowflake dbt-redshift dbt-postgres dbt-duckdb
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

0 comments on commit 6492217

Please sign in to comment.