diff --git a/Earthfile b/Earthfile index c25d2612..b86a37ce 100644 --- a/Earthfile +++ b/Earthfile @@ -80,7 +80,7 @@ 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 install -y libssl-dev libcurl4-gnutls-dev curl libcurl4t64:amd64=8.18.0~rc2-1 --allow-downgrades && \ Rscript requirements.R COPY +build/generated generated