Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when building tiler #30

Open
grobins opened this issue Nov 27, 2017 · 1 comment
Open

Error when building tiler #30

grobins opened this issue Nov 27, 2017 · 1 comment

Comments

@grobins
Copy link

grobins commented Nov 27, 2017

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?

@JamesLMilner
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants