Skip to content

Commit badbc46

Browse files
Fix deps issues in apt (#551)
1 parent 2686302 commit badbc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ r-api-client:
8080
# Gcc and other stuff for R source packages building
8181
RUN \
8282
apt update && \
83-
apt install -y libssl-dev libcurl4-gnutls-dev curl && \
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 && \
8484
Rscript requirements.R
8585

8686
COPY +build/generated generated

0 commit comments

Comments
 (0)