Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -83,7 +83,7 @@ r-api-client:
# Gcc and other stuff for R source packages building
RUN \
apt update && \
apt install -y build-essential libssl-dev libcurl4-gnutls-dev curl && \
apt install -y --allow-downgrades build-essential libssl-dev libcurl4-gnutls-dev curl libcom-err2=1.47.2-1+b1 && \
Rscript requirements.R

COPY +build/generated generated
Expand Down