diff --git a/Earthfile b/Earthfile index 1f382234..3cfcf135 100644 --- a/Earthfile +++ b/Earthfile @@ -83,7 +83,8 @@ r-api-client: # Gcc and other stuff for R source packages building RUN \ apt update && \ - apt install -y libssl-dev libcurl4-gnutls-dev curl && \ + apt-get install -y \ + libssl-dev libcurl4-gnutls-dev curl libcurl4t64:amd64=8.16.0-4 --allow-downgrades && \ Rscript requirements.R COPY +build/generated generated