Skip to content

Commit bf5d35d

Browse files
authored
Merge pull request #215 from bcgov/fix/standard-providers
fix: standard providers missing from Airflow 2.10.5
2 parents c8b56fd + 3b8018f commit bf5d35d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
FROM apache/airflow:2.10.5
22

3+
# Install the standard providers for Airflow 2 -- can be removed when we upgrade to Airflow 3
4+
RUN pip install --no-cache-dir "apache-airflow==${AIRFLOW_VERSION}" apache-airflow-providers-standard
5+
36
COPY --chown=airflow:root ./dags /opt/airflow/dags

0 commit comments

Comments
 (0)