Use long key id. (#4783)
This commit is contained in:
parent
53d4272c2a
commit
b9b57f2289
@ -9,7 +9,7 @@ RUN \
|
|||||||
apt-get update && \
|
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 && \
|
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 \
|
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/' && \
|
add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/' && \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
fi && \
|
fi && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user