You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Lee moon soo (Jira)" <ji...@apache.org> on 2019/09/19 19:23:00 UTC

[jira] [Created] (ZEPPELIN-4338) Docker image build error

Lee moon soo created ZEPPELIN-4338:
--------------------------------------

             Summary: Docker image build error
                 Key: ZEPPELIN-4338
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4338
             Project: Zeppelin
          Issue Type: Task
            Reporter: Lee moon soo
            Assignee: Lee moon soo
             Fix For: 0.9.0, 0.8.2


Docker image build error with /script/docker/zeppelin/bin/Dockerfile

 
{code:java}
After this operation, 103 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  r-base-core r-cran-boot r-cran-cluster r-cran-foreign r-cran-mass
  r-cran-kernsmooth r-cran-lattice r-cran-nlme r-cran-matrix r-cran-mgcv
  r-cran-rpart r-cran-survival r-cran-class r-cran-nnet r-cran-spatial
  r-cran-codetools r-recommended r-base r-base-dev r-base-html r-doc-html
E: There were unauthenticated packages and -y was used without --allow-unauthenticated
The command '/bin/sh -c echo "$LOG_TAG Install R related packages" &&     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-get -y update &&     apt-get -y 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')" &&     R -e "install.packages('data.table', repos='http://cran.us.r-project.org')" &&     apt-get -y install libcurl4-gnutls-dev libssl-dev &&     R -e "install.packages('devtools', repos='http://cran.us.r-project.org')" &&     R -e "install.packages('Rcpp', repos='http://cran.us.r-project.org')" &&     Rscript -e "library('devtools'); library('Rcpp'); install_github('ramnathv/rCharts')"' returned a non-zero code: 100{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)