Skip to content

Commit

Permalink
Fix osmenrich build
Browse files Browse the repository at this point in the history
  • Loading branch information
meomancer committed Oct 20, 2023
1 parent 369b0ae commit 44c9ac4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ services:

osmenrich:
image: kartoza/docker-osm:osmenrich-latest
build:
context: ./docker-osmenrich/
volumes:
- settings-data:/home/settings
- import_done:/home/import_done
Expand Down
4 changes: 2 additions & 2 deletions docker-osmenrich/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
psycopg2-binary==2.9.4
psycopg2-binary==2.9.9
python-dateutil==2.8.2
PyYAML==6.0
PyYAML==6.0.1
xmltodict==0.13.0

0 comments on commit 44c9ac4

Please sign in to comment.