From a3d551088cc54883a45d4a365e199e632ada4f07 Mon Sep 17 00:00:00 2001 From: Kunitsyn Oleg Date: Tue, 30 Dec 2025 15:40:31 +0100 Subject: [PATCH] !![ODM-12925] Try naive fix --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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