File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev/create-release/spark-rm Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 java-version : ' 11'
106106 - name : install R
107107 run : |
108- echo 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/' | sudo tee -a /etc/apt/sources.list
108+ echo 'deb https://cloud.r-project.org/bin/linux/ubuntu/ bionic-cran35/' | sudo tee -a /etc/apt/sources.list
109109 curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xE298A3A825C0D65DFD57CBB651716619E084DAB9" | sudo apt-key add
110110 sudo apt-get update
111111 sudo apt-get install -y r-base r-base-dev libcurl4-openssl-dev
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ ARG GEM_PKGS="jekyll:4.0.0 jekyll-redirect-from:0.16.0 rouge:3.15.0"
4343# This is all in a single "RUN" command so that if anything changes, "apt update" is run to fetch
4444# the most current package versions (instead of potentially using old versions cached by docker).
4545RUN apt-get clean && apt-get update && $APT_INSTALL gnupg ca-certificates && \
46- echo 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/' >> /etc/apt/sources.list && \
46+ echo 'deb https://cloud.r-project.org/bin/linux/ubuntu/ bionic-cran35/' >> /etc/apt/sources.list && \
4747 gpg --keyserver keyserver.ubuntu.com --recv-key E298A3A825C0D65DFD57CBB651716619E084DAB9 && \
4848 gpg -a --export E084DAB9 | apt-key add - && \
4949 apt-get clean && \
You can’t perform that action at this time.
0 commit comments