ulysses-you commented on a change in pull request #2115:
URL: https://github.com/apache/incubator-kyuubi/pull/2115#discussion_r825604153
##########
File path: build/Dockerfile
##########
@@ -46,7 +46,10 @@ ENV CI ${CI}
ADD . /workspace/kyuubi
WORKDIR /workspace/kyuubi
-RUN ./build/dist ${MVN_ARG} && \
+RUN apt-get update && \
+ DEBIAN_FRONTEND=noninteractive \
+ apt-get install -y python3 && \
+ ./build/dist ${MVN_ARG} && \
Review comment:
why we do the change ?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]