Skip to content

Commit

Permalink
Removed sf and run FROM rocker/r2u
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Jun 17, 2024
1 parent c3447b2 commit ae524af
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/r-ubuntu:22.04
FROM rocker/r2u

ADD Rprofile.site /usr/lib/R/etc/Rprofile.site

Expand All @@ -9,11 +9,6 @@ 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-0 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 ae524af

Please sign in to comment.