<div dir="ltr">Hi, I am simply standing up a Postgres database with this package installed in it. This is the entire Dockerfile I am using:<div><br></div><div>```</div><div>FROM postgres:16 AS postgres-env<br><br>RUN apt-get update && \<br>  apt-get install -yq postgresql-16-rdkit && \<br>  apt-get clean<br></div><div>```</div><div><br></div><div>I get the same results when building it fresh today:</div><div><br></div><div>`InChI not available`</div><div><br></div><div>Thanks.</div></div>