Hi, On 2024-09-24 16:30, David Lounsbrough wrote:
Hi, I am simply standing up a Postgres database with this package installed in it. This is the entire Dockerfile I am using:``` FROM postgres:16 AS postgres-env RUN apt-get update && \ apt-get install -yq postgresql-16-rdkit && \ apt-get clean ```
This Dockerfile most likely contains an outdated rdkit package. What is the version of postgresql-16-rdkit which gets installed on RUN action?
Best wishes, Andrius