From 68d63ca91fc427775d20056ff847c763f54b0ab2 Mon Sep 17 00:00:00 2001 From: Oleg Kunitsyn Date: Thu, 23 Oct 2025 15:18:45 +0200 Subject: [PATCH] [ODM-12909] Fix build for openapi --- Earthfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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