4 lines
86 B
Docker
4 lines
86 B
Docker
|
FROM postgis/postgis:12-2.5
|
||
|
|
||
|
RUN apt update && apt install -y postgresql-12-pgrouting
|