Skip to content

Commit

Permalink
Added Linux library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Jun 17, 2024
1 parent d7bad4b commit a80a556
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,18 @@ RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.550/qua
&& rm quarto-*-linux-amd64.deb

RUN apt-get update && \
apt-get install -y libproj22 libudunits2-dev libgdal30 && \
rm -rf /var/lib/apt/lists/*
apt-get install -y libcurl4-openssl-dev \
libssl-dev \
libjq-dev \
libprotobuf-dev \
protobuf-compiler \
make \
libgeos-dev \
libudunits2-dev \
libgdal-dev \
gdal-bin \
libproj-dev \
libv8-dev
RUN R -e "install.packages('sf')"

RUN apt-get clean \
Expand Down

0 comments on commit a80a556

Please sign in to comment.