From d39c87a729c6be81ce2a4425f6c90a7f60edfc54 Mon Sep 17 00:00:00 2001 From: Kunitsyn Oleg <114428801+genestack-okunitsyn@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:49:58 +0100 Subject: [PATCH] Revert "[ODM-12909] Fix build for openapi (#485)" This reverts commit a56ec1a885dea7f9998999a819b9897a50f10c2a. --- Earthfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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