* Add new RDKit dependency (freetype)
FIxes Issue #23703
* just remove the freetype requirement for now
otherwise we have to build that static and that's a mess
* Update Dockerfile
[rdkit] Speculative fix for build failure
Build was failing on GCB because WORKDIR is parsed, changed and then restored
by gcb build script. Parsing assumed that only one WORKDIR call is made.