Skip to content

Commit

Permalink
[Dockerfile] add sentry installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Bellini committed Jan 24, 2023
1 parent 727b6ba commit ecfe7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN curl https://ssltools.digicert.com/chainTester/webservice/validatecerts/cert

USER airflow

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

0 comments on commit ecfe7d3

Please sign in to comment.