Skip to content

Commit

Permalink
try a new key
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Oct 11, 2023
1 parent 19094c5 commit a964fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/rstudio-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} && \
Expand Down

0 comments on commit a964fb7

Please sign in to comment.