From a7aaba723918dee7adb2f8b0285d70a9b05357b4 Mon Sep 17 00:00:00 2001 From: Kunitsyn Oleg Date: Fri, 6 Feb 2026 12:29:58 +0100 Subject: [PATCH 1/2] !![ODM-13080] Try openssl --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 3a7ba7f5..ab3e8ceb 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-openssl-dev curl && \ Rscript requirements.R COPY +build/generated generated From ee7db8c18f1228fc299c0b0f31e06bea4fbecf8b Mon Sep 17 00:00:00 2001 From: Kunitsyn Oleg Date: Fri, 6 Feb 2026 13:02:30 +0100 Subject: [PATCH 2/2] !![ODM-13080] Add libbrotli-dev --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index ab3e8ceb..cfed7ced 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-openssl-dev curl && \ + apt install -y libssl-dev libcurl4-gnutls-dev curl libbrotli-dev=1.2.0-2 && \ Rscript requirements.R COPY +build/generated generated