Skip to content

Commit ecfe7d3

Browse files
author
Vitor Bellini
committed
[Dockerfile] add sentry installation
1 parent 727b6ba commit ecfe7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN curl https://ssltools.digicert.com/chainTester/webservice/validatecerts/cert
7979

8080
USER airflow
8181

82-
RUN pip install --no-cache-dir --user 'apache-airflow[jdbc,microsoft.mssql,samba,google_auth,odbc]' \
82+
RUN pip install --no-cache-dir --user 'apache-airflow[jdbc,microsoft.mssql,samba,google_auth,odbc,sentry]' \
8383
&& pip install --no-cache-dir --user 'apache-airflow-providers-docker' \
8484
&& pip install --no-cache-dir --user 'airflow-provider-great-expectations' \
8585
&& pip install --no-cache-dir --user 'apache-airflow-providers-common-sql'

0 commit comments

Comments
 (0)