Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions scripts/docker/zeppelin/bin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ RUN echo "$LOG_TAG Install R related packages" && \
echo "PATH: $PATH" && \
ls /opt/conda/bin && \
echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" | tee -a /etc/apt/sources.list && \
gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9 && \
gpg -a --export E084DAB9 | apt-key add - && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 51716619E084DAB9 && \
apt-get -y update && \
apt-get -y --allow-unauthenticated install r-base r-base-dev && \
R -e "install.packages('evaluate', repos = 'https://cloud.r-project.org')" && \
Expand Down