Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
align liminal airflow with requirements txt
Browse files Browse the repository at this point in the history
  • Loading branch information
naturalett authored and liorsav committed Feb 10, 2022
1 parent 17ab387 commit 0781be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile-airflow
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ ADD scripts/webserver_config.py /opt/airflow/
USER airflow

RUN pip --disable-pip-version-check install -r /opt/airflow/dags/requirements-airflow.txt --user
RUN pip --disable-pip-version-check install --user --no-deps ${LIMINAL_VERSION}
RUN pip --disable-pip-version-check install --user ${LIMINAL_VERSION}

0 comments on commit 0781be7

Please sign in to comment.