File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ WORKDIR /hugegraph-pd/
4242
4343# 1. Install environment and init HugeGraph Sever
4444RUN set -x \
45+ && rm /var/lib/dpkg/info/libc-bin.* \
46+ && apt-get -q clean \
4547 && apt-get -q update \
4648 && apt-get -q install -y --no-install-recommends --no-install-suggests \
4749 dumb-init \
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ WORKDIR /hugegraph-server/
4242
4343# 1. Install environment and init HugeGraph Sever
4444RUN set -x \
45+ && rm /var/lib/dpkg/info/libc-bin.* \
46+ && apt-get -q clean \
4547 && apt-get -q update \
4648 && apt-get -q install -y --no-install-recommends --no-install-suggests \
4749 dumb-init \
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ WORKDIR /hugegraph-store/
4242
4343# 1. Install environment and init HugeGraph Sever
4444RUN set -x \
45+ && rm /var/lib/dpkg/info/libc-bin.* \
46+ && apt-get -q clean \
4547 && apt-get -q update \
4648 && apt-get -q install -y --no-install-recommends --no-install-suggests \
4749 dumb-init \
You can’t perform that action at this time.
0 commit comments