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