Skip to content

Commit 468da89

Browse files
Revert "Fix deps" (#563)
This reverts commit e19de29.
1 parent d030c64 commit 468da89

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 --allow-downgrades libssl-dev libcurl4-gnutls-dev curl libcurl4t64:amd64=8.18.0-2 && \
83+
apt install -y libssl-dev libcurl4-gnutls-dev curl && \
8484
Rscript requirements.R
8585

8686
COPY +build/generated generated

0 commit comments

Comments
 (0)