cnstlungu / portable-data-stack-dagster

A portable Datamart and Business Intelligence suite built with Docker, Dagster, dbt, DuckDB, PostgreSQL and Superset
MIT License
167 stars 34 forks source link

I had to add one line before this to get the install to work #2

Closed isaackod closed 11 months ago

isaackod commented 11 months ago

https://github.com/cnstlungu/portable-data-stack-dagster/blame/6e743e7a1f28c8c5186606d7afcaa1f7a77b771d/generator/Dockerfile#L14

RUN apt-get update \ && apt-get -y install libpq-dev gcc

cnstlungu commented 11 months ago

Hello @isaackod ! Thanks for reaching out.

Can you please share what error were you seeing that you fixed with the above?

I've just tried starting up the suite and it works fine (well, I found another, seemingly unrelated issue and fixed it).

image

image

cnstlungu commented 11 months ago

Closing this issue.