From ae524affd942a9b8d0cd6f77a7acd136f096ed68 Mon Sep 17 00:00:00 2001 From: Lextuga007 Date: Mon, 17 Jun 2024 09:59:16 +0100 Subject: [PATCH] Removed sf and run FROM rocker/r2u --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index e54c9ba..4869425 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rocker/r-ubuntu:22.04 +FROM rocker/r2u ADD Rprofile.site /usr/lib/R/etc/Rprofile.site @@ -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/*