Skip to content
Snippets Groups Projects
Commit 71a99b2d authored by Lionel VIDALLER's avatar Lionel VIDALLER
Browse files

minor correction

parent e14a07e0
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ RUN echo "host all all 0.0.0.0/0 trust" >> /etc/postgresql/12/main/pg_hba.c ...@@ -27,6 +27,7 @@ RUN echo "host all all 0.0.0.0/0 trust" >> /etc/postgresql/12/main/pg_hba.c
echo "listen_addresses='*'" >> /etc/postgresql/12/main/postgresql.conf echo "listen_addresses='*'" >> /etc/postgresql/12/main/postgresql.conf
# Osmium install to run continuous updates # Osmium install to run continuous updates
RUN pip install --upgrade pip
RUN pip3 install osmium RUN pip3 install osmium
# Nominatim install # Nominatim install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment