Skip to content

Commit

Permalink
chore(pipeline): ensure image has all requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Apr 25, 2024
1 parent 61f151f commit 7960c59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipeline/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ ENV PYTHONDONTWRITEBYTECODE 1

ENV AIRFLOW_VAR_DBT_PROJECT_DIR /opt/airflow/dbt

COPY requirements requirements
RUN pip install -r requirements/airflow/requirements.txt

USER root

RUN apt-get update \
Expand Down

0 comments on commit 7960c59

Please sign in to comment.