Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Error when building tiler #30

@riprobins

Description

@riprobins

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions