You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/11 12:38:55 UTC

[GitHub] [airflow] ashb commented on issue #14717: Authlib not installed in Docker image

ashb commented on issue #14717:
URL: https://github.com/apache/airflow/issues/14717#issuecomment-796706736


   authlib is an optional dependency -- so you will have to install this yourself.
   
   See https://airflow.apache.org/docs/apache-airflow/stable/production-deployment.html?highlight=docker%20image#extending-the-image  for more info.
   
   A quick example:
   
   ```
   FROM apache/airflow:2.0.0
   RUN pip install --no-cache-dir --user authlib
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org