This repository was archived by the owner on Apr 9, 2025. It is now read-only.
Description I'm running the following command to build Tiler
docker build -t tiler .
and I get the message
Step 13/27 : RUN postgis/setup.sh
---> Running in 38e0cd16ef38
postgis/setup.sh: 8: postgis/setup.sh: cannot create /etc/postgresql/9.5/main/pg_hba.conf: Directory nonexistent
postgis/setup.sh: 10: postgis/setup.sh: cannot create /etc/postgresql/9.5/main/pg_hba.conf: Directory nonexistent
postgis/setup.sh: 12: postgis/setup.sh: cannot create /etc/postgresql/9.5/main/postgresql.conf: Directory nonexistent
postgis/setup.sh: 13: postgis/setup.sh: cannot create /etc/postgresql/9.5/main/postgresql.conf: Directory nonexistent
postgis/setup.sh: 17: postgis/setup.sh: cannot create /etc/postgresql/9.5/main/postgresql.conf: Directory nonexistent
postgis/setup.sh: 20: postgis/setup.sh: cannot create /etc/postgresql/9.5/main/postgresql.conf: Directory nonexistent
postgis/setup.sh: 21: postgis/setup.sh: cannot create /etc/postgresql/9.5/main/postgresql.conf: Directory nonexistent
The command ' /bin/sh -c postgis/setup.sh' returned a non-zero code: 2
I tried running as sudo and get the same error. Is there something else I have to do to get Tiler installed?
Reactions are currently unavailable
I'm running the following command to build Tiler
docker build -t tiler .and I get the message
I tried running as sudo and get the same error. Is there something else I have to do to get Tiler installed?