From a62f123b29b309c6e7adfc24f502391d54f3d6a7 Mon Sep 17 00:00:00 2001 From: Kunitsyn Oleg Date: Thu, 21 Aug 2025 18:28:39 +0200 Subject: [PATCH] [ODM-12781] Fix build --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index b18be9b4..5504baf3 100644 --- a/Earthfile +++ b/Earthfile @@ -83,7 +83,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 libcurl4t64:amd64=8.14.1-2 --allow-downgrades && \ + apt install -y libssl-dev libcurl4-gnutls-dev curl && \ Rscript requirements.R COPY +build/generated generated