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 e233765 commit d40ff8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 the DuckDB adapter."
RUN pip install --no-cache-dir kestra dbt-duckdb dbt-postgres
RUN pip install --no-cache-dir kestra dbt-duckdb

0 comments on commit d40ff8b

Please sign in to comment.