liuxunorg 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_r310353666
 
 

 ##########
 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
+
+RUN apt-get update && apt-get install -y curl unzip wget grep sed vim tzdata
 
 Review comment:
   1. They don't have a sequence, I just want to separate the installation of 
these two components.
   2. Ok, let me add `&& apt-get clean`

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to