Skip to content

Commit

Permalink
Use long key id. (#4783)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis authored and hcho3 committed Aug 16, 2019
1 parent 53d4272 commit b9b57f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci_build/Dockerfile.rproject
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit b9b57f2

Please sign in to comment.