Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Nov 1, 2023
1 parent af9bcb7 commit fab081f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/setup_web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.10
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=nonintercative

# Installing dependencies
Expand Down
2 changes: 1 addition & 1 deletion docker/setup_web/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nbformat

click>=8.1.0
osmium
PyYAML==5.4.1
PyYAML
overpy
geopandas
overpass
Expand Down

0 comments on commit fab081f

Please sign in to comment.