Skip to content

Commit c6a9da1

Browse files
author
Vitor
committed
add pip install fastetl
1 parent 89d8ac6 commit c6a9da1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Dockerfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ RUN curl https://ssltools.digicert.com/chainTester/webservice/validatecerts/cert
6565

6666
USER airflow
6767

68-
RUN pip install --no-cache-dir --user 'apache-airflow[jdbc,microsoft.mssql,samba,google_auth,odbc,sentry]' \
69-
&& pip install --no-cache-dir --user 'apache-airflow-providers-docker' \
70-
&& pip install --no-cache-dir --user 'airflow-provider-great-expectations' \
71-
&& pip install --no-cache-dir --user 'apache-airflow-providers-common-sql'
68+
RUN pip install --no-cache-dir --user \
69+
apache-airflow[jdbc,microsoft.mssql,samba,google_auth,odbc,sentry] \
70+
apache-airflow-providers-docker \
71+
airflow-provider-great-expectations \
72+
apache-airflow-providers-common-sql \
73+
apache-airflow-providers-fastetl
7274

7375
RUN if [ -n "${PYTHON_DEPS}" ]; then pip install ${PYTHON_DEPS}; fi \
7476
&& mkdir /opt/airflow/export-data

0 commit comments

Comments
 (0)