Skip to content

Commit

Permalink
Merge pull request #17 from sul-dlss-labs/install-airflow
Browse files Browse the repository at this point in the history
avoid surprise changes to Airflow version
  • Loading branch information
edsu authored Jun 17, 2024
2 parents b2b27cd + bd93bca commit ead4446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ USER airflow
COPY rialto_airflow ./rialto_airflow
COPY requirements.txt ./

RUN uv pip install --no-cache -r requirements.txt

RUN uv pip install --no-cache "apache-airflow==${AIRFLOW_VERSION}" -r requirements.txt

0 comments on commit ead4446

Please sign in to comment.