Skip to content

Commit 18eb1d2

Browse files
salomaolopesedulauer
authored andcommitted
add install library datahub-office365
1 parent 5cbba4c commit 18eb1d2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM apache/airflow:2.2.1-python3.9
1+
FROM apache/airflow:2.2.4-python3.9
22

33
ARG PYTHON_DEPS=" \
44
ctds==1.12.0 \
@@ -9,7 +9,7 @@ ARG PYTHON_DEPS=" \
99
xlrd==1.2.0 \
1010
pygsheets==2.0.3.1 \
1111
python-slugify==3.0.3 \
12-
lxml==4.6.4 \
12+
lxml==4.6.5 \
1313
beautifulsoup4==4.9.1 \
1414
ipdb==0.13.3 \
1515
py-trello==0.17.1 \
@@ -28,8 +28,9 @@ ARG PYTHON_DEPS=" \
2828
pytest==6.2.5 \
2929
ckanapi==4.6 \
3030
sharepy==1.3.0 \
31-
acryl-datahub[airflow]==0.8.29 \
32-
acryl-datahub[great-expectations]==0.8.29 \
31+
acryl-datahub[airflow]==0.8.33 \
32+
acryl-datahub[great-expectations]==0.8.33 \
33+
Office365-REST-Python-Client==2.3.11 \
3334
"
3435

3536
USER root
@@ -85,7 +86,7 @@ RUN curl https://ssltools.digicert.com/chainTester/webservice/validatecerts/cert
8586

8687
USER airflow
8788

88-
RUN pip install --no-cache-dir --user 'apache-airflow[jdbc,microsoft.mssql,samba,google_auth,odbc]'==2.2.1 \
89+
RUN pip install --no-cache-dir --user 'apache-airflow[jdbc,microsoft.mssql,samba,google_auth,odbc]'==2.2.4 \
8990
&& pip install --no-cache-dir --user 'apache-airflow-providers-docker'==2.2.0
9091

9192
RUN if [ -n "${PYTHON_DEPS}" ]; then pip install ${PYTHON_DEPS}; fi \

0 commit comments

Comments
 (0)