imbajin commented on code in PR #564:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/564#discussion_r1435642701


##########
hugegraph-hubble/Dockerfile:
##########
@@ -36,5 +36,10 @@ FROM openjdk:11-slim
 COPY --from=build /pkg/hugegraph-hubble/apache-hugegraph-hubble-incubating-*/ 
/hubble
 WORKDIR /hubble/
 
+RUN set -x \
+    && apt-get -q update \
+    && apt-get install -y curl \
+    && apt-get clean

Review Comment:
   ```suggestion
       && apt-get clean \
       && rm -rf /var/lib/apt/lists/*
       
   ```



-- 
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]

Reply via email to