From 83fbe6918833b7534945525ba382d54ff21c2274 Mon Sep 17 00:00:00 2001 From: Kunitsyn Oleg <114428801+genestack-okunitsyn@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:25:25 +0100 Subject: [PATCH] Revert "[ODM-13080] Fix deps issues in apt (#539)" This reverts commit 086371a6fc12f0f822fb44a2e5167ecb5326ee21. --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index e5b6a0e4..9c0702af 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 libbrotli-dev=1.2.0-2 && \ + apt install -y libssl-dev libcurl4-gnutls-dev curl && \ Rscript requirements.R COPY +build/generated generated