Skip to content

Commit

Permalink
Add allow-unauthenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
Leemoonsoo committed Sep 19, 2019
1 parent 7d7628e commit 953102f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/zeppelin/bin/Dockerfile
Expand Up @@ -74,7 +74,7 @@ RUN echo "$LOG_TAG Install R related packages" && \
gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9 && \
gpg -a --export E084DAB9 | apt-key add - && \
apt-get -y update && \
apt-get -y install r-base r-base-dev && \
apt-get -y --allow-unauthenticated install r-base r-base-dev && \
R -e "install.packages('knitr', repos='http://cran.us.r-project.org')" && \
R -e "install.packages('ggplot2', repos='http://cran.us.r-project.org')" && \
R -e "install.packages('googleVis', repos='http://cran.us.r-project.org')" && \
Expand Down

0 comments on commit 953102f

Please sign in to comment.