Skip to content

Commit 83fbe69

Browse files
Revert "[ODM-13080] Fix deps issues in apt (#539)"
This reverts commit 086371a.
1 parent e6bef4d commit 83fbe69

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 libbrotli-dev=1.2.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)