This commit is contained in:
parent
a5606b01b4
commit
9e1818c77d
1 changed files with 9 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM postgres:17
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
postgresql-17-postgis-3 \
|
||||
postgresql-17-postgis-3-scripts \
|
||||
postgresql-17-pgvector \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
EXPOSE 5432
|
Loading…
Reference in a new issue