You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/08/03 04:47:30 UTC

[GitHub] [zeppelin] felixcheung commented on a change in pull request #3418: [ZEPPELIN-4241] Configure the interpreter docker container time zone

felixcheung commented on a change in pull request #3418: [ZEPPELIN-4241] Configure the interpreter docker container time zone
URL: https://github.com/apache/zeppelin/pull/3418#discussion_r310338960
 
 

 ##########
 File path: docs/quickstart/docker.md
 ##########
 @@ -90,12 +97,14 @@ ENV SPARK_VERSION=2.3.3
 ENV HADOOP_VERSION=2.7
 
 # support Kerberos certification
-RUN install -yq curl unzip wget grep sed vim krb5-user libpam-krb5 && apt-get clean
+RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -yq krb5-user libpam-krb5 && apt-get clean
 
 Review comment:
   it could help to explain that in comment

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services