pat-s commented on pull request #8745:
URL: https://github.com/apache/airflow/pull/8745#issuecomment-711080959


   I built a new image using the following build-args
   
   ```
   docker build . \
     --build-arg ADDITIONAL_PYTHON_DEPS="python-ldap" \
     --build-arg ADDITIONAL_DEV_APT_DEPS="gcc python3-dev python2.7-dev 
libldap2-dev libsasl2-dev slapd ldap-utils tox lcov valgrind" 
   ```
   
   as suggested 
[here](https://www.python-ldap.org/en/python-ldap-3.3.0/installing.html#debian).
   This adds a substantial overhead to the image.
   Maybe this could be added to the docs to prevent people getting stuck in the 
first place.
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to