Skip to content

Commit

Permalink
Added libgeos package
Browse files Browse the repository at this point in the history
  • Loading branch information
pzgz committed Jul 22, 2019
1 parent f62c91f commit 8a9b0c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ RUN apt-get install tzdata locales language-pack-zh-hans language-pack-zh-hans-b
# Clean up APT when done.
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Install libgeos-dev for GEOS support in RGeo gem
RUN apt-get install --assume-yes libgeos-dev

# timezone
#RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
#RUN echo "Asia/Shanghai" > /etc/timezone
Expand Down

0 comments on commit 8a9b0c2

Please sign in to comment.