juleslagarde opened a new issue #15329:
URL: https://github.com/apache/superset/issues/15329
Command `docker build` failed
### Expected results
build sucessfull
### Actual results
error
In file included from Modules/LDAPObject.c:9:0:
Modules/errors.h:8:18: fatal error: lber.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
#### How to reproduce the bug
1. Git clone https://github.com/apache/superset
1. run docker build
1. See error
### Environment
- superset version: `1.2.0`
- python version: `Python 3.7.9`
### Fix found
added package libldap2-dev in Dockerfile at line 30 [in Dockerfile at line
30](https://github.com/apache/superset/blob/387d93302fa2f4f475cd572b62d0908615e67919/Dockerfile#L30)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]