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 fe7e52b commit 9662678Copy full SHA for 9662678
sample-extractors/simple-r-extractor/Dockerfile
@@ -4,7 +4,7 @@ ENV R_SCRIPT="" \
4
R_FUNCTION=""
5
6
RUN echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" > /etc/apt/sources.list.d/R.list \
7
- && apt-key adv --keyserver keyserver.ubuntu.com --recv E084DAB9 \
+ && apt-key adv --keyserver keyserver.ubuntu.com --recv E298A3A825C0D65DFD57CBB651716619E084DAB9 \
8
&& apt-get -q -q update \
9
&& apt-get -y install --no-install-recommends r-base-core r-base-dev \
10
&& rm -rf /var/lib/apt/lists/* \
0 commit comments