tiler icon indicating copy to clipboard operation
tiler copied to clipboard

Error when building tiler

Open grobins opened this issue 7 years ago • 1 comments

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?

grobins avatar Nov 27 '17 22:11 grobins

Hey @grobins sorry about the delay.

It's hard for me to say exactly what the issue is without digging deeper. I think the build is currently broken, I'll try and get back to this at some point in the near future.

JamesLMilner avatar Dec 05 '17 11:12 JamesLMilner