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_r309632579
########## 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: When installing `krb5` in the dockerfile, Need to set `DEBIAN_FRONTEND=noninteractive`, Otherwise it will wait for user input. This docker.md file is a documentation for zeppelin interpreter on docker, so it was updated. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services