FROM postgres:15

RUN apt-get update && \
    apt-get install -y postgresql-15-pgvector \
    && rm -rf /var/lib/apt/lists/*
