We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bef4d commit 83fbe69Copy full SHA for 83fbe69
Earthfile
@@ -80,7 +80,7 @@ r-api-client:
80
# Gcc and other stuff for R source packages building
81
RUN \
82
apt update && \
83
- apt install -y libssl-dev libcurl4-gnutls-dev curl libbrotli-dev=1.2.0-2 && \
+ apt install -y libssl-dev libcurl4-gnutls-dev curl && \
84
Rscript requirements.R
85
86
COPY +build/generated generated
0 commit comments