From c57d19b35c902ed3bd9977db3adf059a4b7f50c6 Mon Sep 17 00:00:00 2001 From: Kunitsyn Oleg <114428801+genestack-okunitsyn@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:11:24 +0200 Subject: [PATCH 1/2] Revert "[ODM-12622] Try fix-broken (#397)" This reverts commit 03673c221a6a71032f29600c0de39a7df8f002e3. --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index cf190b78..ca7d17ff 100644 --- a/Earthfile +++ b/Earthfile @@ -73,7 +73,7 @@ python-api-client: pypi-clean.sh r-api-client: - FROM r-base:4.5.1 + FROM r-base:4.5.0 WORKDIR /app CACHE /root/.cache @@ -83,7 +83,7 @@ r-api-client: # Gcc and other stuff for R source packages building RUN \ apt update && \ - apt install -y --allow-downgrades build-essential libssl-dev libcurl4-gnutls-dev curl libcom-err2=1.47.2-1+b1 && \ + apt install -y build-essential libssl-dev libcurl4-gnutls-dev curl && \ Rscript requirements.R COPY +build/generated generated From fd60fdb4b8e6ec4068053a1227d010a099987c84 Mon Sep 17 00:00:00 2001 From: Kunitsyn Oleg Date: Mon, 23 Jun 2025 10:44:55 +0200 Subject: [PATCH 2/2] !![ODM-12622] Bump r image back --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index ca7d17ff..1eaa3a64 100644 --- a/Earthfile +++ b/Earthfile @@ -73,7 +73,7 @@ python-api-client: pypi-clean.sh r-api-client: - FROM r-base:4.5.0 + FROM r-base:4.5.1 WORKDIR /app CACHE /root/.cache