bitflicker64 commented on code in PR #3025:
URL: https://github.com/apache/hugegraph/pull/3025#discussion_r3248216639
##########
hugegraph-server/Dockerfile:
##########
@@ -39,25 +46,18 @@ ENV JAVA_OPTS="-XX:+UnlockExperimentalVMOptions
-XX:+UseContainerSupport -XX:Max
HUGEGRAPH_HOME="hugegraph-server" \
STDOUT_MODE="true"
-#COPY . /hugegraph/hugegraph-server
WORKDIR /hugegraph-server/
-# 1. Install environment and init HugeGraph Sever
-RUN set -x \
- && rm /var/lib/dpkg/info/libc-bin.* \
- && apt-get -q clean \
- && apt-get -q update \
+# 1. Install runtime dependencies and configure server
+RUN apt-get -q update \
&& apt-get -q install -y --no-install-recommends --no-install-suggests \
dumb-init \
procps \
curl \
lsof \
Review Comment:
removed cron from the runtime images for now since properly enabling it
would expand the scope of this PR. happy to work on enabling this feature later
in a follow up pr if u want
--
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]