Skip to content

Commit 8758762

Browse files
committed
fix: netcat pkg name issue
1 parent 0ae2458 commit 8758762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG TDVERSION=3.3.0.3
44
ARG TARGETARCH
55

66
RUN apt-get update
7-
RUN apt-get install -y netcat
7+
RUN apt-get install -y netcat-traditional
88
ADD taos.cfg /etc/taos/taos.cfg
99

1010
WORKDIR /tmp

0 commit comments

Comments
 (0)