From b9b57f228939d289098d81a34f28bd696f156b4e Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Fri, 16 Aug 2019 14:19:22 -0400 Subject: [PATCH] Use long key id. (#4783) --- tests/ci_build/Dockerfile.rproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci_build/Dockerfile.rproject b/tests/ci_build/Dockerfile.rproject index efacf2e29..f26ee7d35 100644 --- a/tests/ci_build/Dockerfile.rproject +++ b/tests/ci_build/Dockerfile.rproject @@ -9,7 +9,7 @@ RUN \ apt-get update && \ apt-get install -y software-properties-common tar unzip wget git build-essential doxygen graphviz libcurl4-openssl-dev libssl-dev libxml2-dev && \ if [ $USE_R35 -eq 1 ]; then \ - apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 && \ + apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 && \ add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/' && \ apt-get update; \ fi && \