We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f4500 commit 727b1d7Copy full SHA for 727b1d7
sample-extractors/simple-r-extractor/Dockerfile
@@ -5,7 +5,7 @@ ENV R_SCRIPT="" \
5
R_FUNCTION=""
6
7
RUN echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" > /etc/apt/sources.list.d/R.list \
8
- && apt-key adv --keyserver keyserver.ubuntu.com --recv E084DAB9 \
+ && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 \
9
&& apt-get -q -q update \
10
&& apt-get -y install --no-install-recommends r-base-core r-base-dev \
11
&& rm -rf /var/lib/apt/lists/* \
0 commit comments