diff --git a/Dockerfile b/Dockerfile index 7c3d585..404ff72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 rocker/geospatial:4.1 +FROM --platform=linux/amd64 rocker/r-ver:4.1 RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common cmake g++ git supervisor wget ENV TZ=Etc/UTC