File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ services:
3737 restart : unless-stopped
3838
3939 postgres :
40- image : postgres :16.1
40+ image : postgis/postgis :16-3.5
4141 restart : unless-stopped
4242 networks :
4343 - default
Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ jobs:
101101 cache : yarn
102102 - name : Install node modules
103103 run : bundle exec bin/yarn install
104+ - name : Install packages
105+ run : |
106+ sudo apt-get -yqq update
107+ sudo apt-get -yqq install postgis
104108 - name : Setup database
105109 run : |
106110 sudo systemctl start postgresql
Original file line number Diff line number Diff line change 3333 - name : Install packages
3434 run : |
3535 sudo apt-get -yqq update
36- sudo apt-get -yqq install memcached libvips-dev xvfb mesa-utils libgl1-mesa-dri
36+ sudo apt-get -yqq install memcached libvips-dev xvfb mesa-utils libgl1-mesa-dri postgis
3737 - name : Create database
3838 run : |
3939 sudo systemctl start postgresql
Original file line number Diff line number Diff line change 1- FROM postgres :14
1+ FROM postgis/postgis :14-3.5
22
33# Add db init script to install OSM-specific Postgres user.
44ADD docker/postgres/openstreetmap-postgres-init.sh /docker-entrypoint-initdb.d/
You can’t perform that action at this time.
0 commit comments