mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
8 lines
No EOL
234 B
Docker
8 lines
No EOL
234 B
Docker
FROM postgres:16
|
|
|
|
RUN apt-get update \
|
|
&& apt-get install -y --no-install-recommends \
|
|
postgresql-16-postgis-3 \
|
|
postgresql-16-postgis-3-scripts \
|
|
postgresql-16-pgvector \
|
|
&& rm -rf /var/lib/apt/lists/* |