From 5447398688a4bba4c686d0f8fc93e2b615dc3328 Mon Sep 17 00:00:00 2001 From: natalyatodorova Date: Wed, 18 Mar 2026 15:18:47 +0000 Subject: [PATCH] Revert "Fix deps" This reverts commit e19de295cfc537ee16d6d2f2a7bbac4343045126. --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 77717f08..9223e382 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 --allow-downgrades libssl-dev libcurl4-gnutls-dev curl libcurl4t64:amd64=8.18.0-2 && \ + apt install -y libssl-dev libcurl4-gnutls-dev curl && \ Rscript requirements.R COPY +build/generated generated