Skip to content

Commit eb3b46f

Browse files
committed
fix CI
1 parent 06e770e commit eb3b46f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/e2e/Dockerfile.iotdb-server

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
FROM eclipse-temurin:17-jre-focal
2121

2222
RUN apt update \
23-
&& apt install -y procps && apt clean
23+
&& apt install -y procps \
24+
&& sed -i 's/dn_rpc_address=127.0.0.1/dn_rpc_address=0.0.0.0/g' /usr/local/iotdb/conf/iotdb-system.properties \
25+
&& apt clean \
2426
ADD target /usr/local
2527
ADD test/e2e/start-1c1d.sh /
2628
WORKDIR /usr/local/iotdb

0 commit comments

Comments
 (0)