We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175f870 commit e19de29Copy full SHA for e19de29
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 && \
+ apt install -y --allow-downgrades libssl-dev libcurl4-gnutls-dev curl libcurl4t64:amd64=8.18.0-2 && \
84
Rscript requirements.R
85
86
COPY +build/generated generated
0 commit comments