Skip to content

Commit a4cb44e

Browse files
authored
fix(docker): fix build pd-store arm image
1 parent 21a8d61 commit a4cb44e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

hugegraph-pd/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ WORKDIR /hugegraph-pd/
4242

4343
# 1. Install environment and init HugeGraph Sever
4444
RUN 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 \

hugegraph-server/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ WORKDIR /hugegraph-server/
4242

4343
# 1. Install environment and init HugeGraph Sever
4444
RUN 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 \

hugegraph-store/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ WORKDIR /hugegraph-store/
4242

4343
# 1. Install environment and init HugeGraph Sever
4444
RUN 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 \

0 commit comments

Comments
 (0)