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