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