ksumit commented on code in PR #367: URL: https://github.com/apache/incubator-livy/pull/367#discussion_r1042772920
########## Dockerfile: ########## @@ -0,0 +1,34 @@ +FROM ubuntu:xenial + +# Install necessary dependencies for build/test +RUN apt update && \ Review Comment: should we add other tools that are useful for dev/debugging, few thinks that come to mind - `git vim tmux curl wget lsb-release telnet netcat iputils-ping sudo` -- 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]
