diff --git a/installer/Dockerfile-python-pg b/installer/Dockerfile-python-pg index c6bb45b9a..1bc9f4359 100644 --- a/installer/Dockerfile-python-pg +++ b/installer/Dockerfile-python-pg @@ -4,7 +4,7 @@ ENV LANG=C.UTF-8 RUN apt-get update -RUN apt-get install postgresql-15-pgvector +RUN apt-get install -y postgresql-15-pgvector COPY installer/init.sql /docker-entrypoint-initdb.d