diff --git a/Earthfile b/Earthfile index 5a3a6c6a..c0d6e0a9 100644 --- a/Earthfile +++ b/Earthfile @@ -73,7 +73,7 @@ python-api-client: pypi-clean.sh r-api-client: - FROM r-base:4.5.0 + FROM r-base:4.5.1 WORKDIR /app CACHE /root/.cache @@ -83,7 +83,7 @@ r-api-client: # Gcc and other stuff for R source packages building RUN \ apt update && \ - apt install -y build-essential libssl-dev libcurl4-gnutls-dev curl && \ + apt install -y --allow-downgrades build-essential libssl-dev libcurl4-gnutls-dev curl libcom-err2=1.47.2-1+b1 && \ Rscript requirements.R COPY +build/generated generated