Skip to content

Commit

Permalink
Added sf package install back but changed libudunits2 to -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Jun 17, 2024
1 parent ae524af commit d7bad4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.550/qua
&& DEBIAN_FRONTEND=noninteractive apt install ./quarto-*-linux-amd64.deb \
&& rm quarto-*-linux-amd64.deb

RUN apt-get update && \
apt-get install -y libproj22 libudunits2-dev libgdal30 && \
rm -rf /var/lib/apt/lists/*
RUN R -e "install.packages('sf')"

RUN apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit d7bad4b

Please sign in to comment.