diff --git a/images/rstudio-notebook/Dockerfile b/images/rstudio-notebook/Dockerfile index 0e313838..72c53646 100644 --- a/images/rstudio-notebook/Dockerfile +++ b/images/rstudio-notebook/Dockerfile @@ -11,7 +11,7 @@ ENV RSTUDIO_URL=https://download2.rstudio.org/server/focal/amd64/${RSTUDIO_PKG} # rstudio installation expects R to live under /usr/bin, /bin/, etc. RUN ln -s /opt/conda/bin/R /usr/bin/R && \ - gpg --keyserver keyserver.ubuntu.com --recv-key E331692F && \ + gpg --keyserver keyserver.ubuntu.com --recv-key 8d275962 && \ apt-get update && \ apt-get -qq install -y apt-utils gdebi-core dpkg-sig && \ curl -L ${RSTUDIO_URL} > ${RSTUDIO_PKG} && \