Skip to content

Commit

Permalink
update renv lock and use PPM as much as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithador committed Aug 30, 2024
1 parent 4c29584 commit 319eb42
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 187 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/r-ver:4.3.3 AS biodt-shiny-base
FROM rocker/r-ver:4.4.1 AS biodt-shiny-base

RUN apt-get update -y && apt-get install -y make pandoc zlib1g-dev libcurl4-openssl-dev libssl-dev libicu-dev libpng-dev libgdal-dev gdal-bin libgeos-dev libproj-dev libsqlite3-dev git libudunits2-dev libxt6 && rm -rf /var/lib/apt/lists/*
RUN mkdir -p /usr/local/lib/R/etc/ /usr/lib/R/etc/
Expand Down
Loading

0 comments on commit 319eb42

Please sign in to comment.