Skip to content

Commit

Permalink
Merge pull request #1142 from hotosm/master
Browse files Browse the repository at this point in the history
Syncs develop with master
  • Loading branch information
dakotabenjamin committed Jul 18, 2018
2 parents 31a2527 + 6a36389 commit e3e9ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-jessie
# Install dependencies for shapely
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y libgeos-c1 libgeos-dev
RUN apt-get install -y libgeos-dev

# Uncomment and set with valid connection string for use locally
#ENV TM_DB=postgresql://user:pass@host/db
Expand Down

0 comments on commit e3e9ea7

Please sign in to comment.