]> git.openstreetmap.org Git - rails.git/blob - .devcontainer/Dockerfile.postgres
Merge remote-tracking branch 'upstream/pull/7060'
[rails.git] / .devcontainer / Dockerfile.postgres
1 # Would use postgis:15-3.5, but it doesn't work with Apple Silicon
2 # (https://github.com/postgis/docker-postgis/issues/216).
3 # Therefore we use postgres:15 and apt-install Postgis ourselves.
4 FROM postgres:15
5
6 RUN apt-get update \
7   && apt-get install --no-install-recommends -y \
8     postgresql-15-postgis-3