xiangfu0 commented on a change in pull request #8395:
URL: https://github.com/apache/pinot/pull/8395#discussion_r833776176
##########
File path: docker/images/pinot/Dockerfile
##########
@@ -32,9 +32,19 @@ ENV PINOT_BUILD_DIR=/opt/pinot-build
# extra dependency for running launcher
RUN apt-get update && \
- apt-get install -y --no-install-recommends vim wget curl git automake
bison flex g++ libboost-all-dev libevent-dev libssl-dev libtool make pkg-config
&& \
+ apt-get install -y --no-install-recommends vim wget curl git automake
bison flex g++ libboost-all-dev libevent-dev
+ libssl-dev libtool make pkg-config sysstat linux-perf openjdk-11-dbg && \
Review comment:
these should be in same line or a '\' at the line end of line 35
--
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]