mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Address rgeo install issues
This commit is contained in:
parent
d216632221
commit
b30cdee89a
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ RUN apt-get update && apt-get install -y \
|
|||
gcc \
|
||||
g++ \
|
||||
make \
|
||||
libgeos-dev \
|
||||
libproj-dev \
|
||||
&& npm install -g yarn \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
|
|
|||
Loading…
Reference in a new issue